1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Bartek Iwańczuk b10563cb20
fix(runtime): don't crash when window is deleted (#13392)
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.
2022-01-18 00:13:14 +01:00
..
broadcast_channel chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00
console fix(ext/console): don't depend on globalThis present (#13387) 2022-01-17 23:23:49 +01:00
crypto feat(ext/crypto): implement AES-GCM decryption (#13319) 2022-01-14 14:18:53 +05:30
fetch chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00
ffi chore: upgrade to rust 1.58 (#13377) 2022-01-15 07:10:12 +01:00
http chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00
net chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00
timers chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00
tls chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00
url chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00
web fix(runtime): don't crash when window is deleted (#13392) 2022-01-18 00:13:14 +01:00
webgpu chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00
webidl chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00
websocket chore: upgrade to rust 1.58 (#13377) 2022-01-15 07:10:12 +01:00
webstorage chore: forward v1.17.3 to main (#13364) 2022-01-13 20:47:42 +01:00