Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
khronosschoty
/
palemoon-dev
Watch
2
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ac60e7ecec
Branches
Tags
master
palemoon-dev
/
platform
/
js
/
xpconnect
/
tests
/
chrome
/
worker_discardSystemSource.js
worker_discardSystemSource.js
83 B
History
Raw
1
2
3
4
5
6
function canary() {
var someBitOfSource = 42;
}
postMessage(canary.toSource());