mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-19 13:31:00 +00:00
6 lines
83 B
JavaScript
6 lines
83 B
JavaScript
function canary() {
|
|
var someBitOfSource = 42;
|
|
}
|
|
|
|
postMessage(canary.toSource());
|