summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/delete_window.js
AgeCommit message (Collapse)Author
2022-01-18fix(runtime): don't crash when window is deleted (#13392)Bartek IwaƄczuk
This commit fixes an error when user deletes "window" global JS variable. Instead of relying on "window" or "globalThis" to dispatch "load" and "unload" events, we are default to global scope of the worker.