Files
palemoon27/browser/devtools/debugger/test/addon-source/browser_dbg_addon4/testxul.js
T
2018-07-24 23:29:57 +08:00

5 lines
133 B
JavaScript

// Define something in here or the script may get collected
window.addEventListener("unload", function() {
window.foo = "bar";
});