Files
palemoon27/browser/devtools/debugger/test/addon-source/browser_dbg_addon4/testxul.js
T

5 lines
133 B
JavaScript

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