1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Colin Ihrig 1fa75f75c9
fix(ext/web): throw if listener and signal are null (#14601)
This commit fixes a failing WPT test by making EventTarget's
addEventListener() method throw if both the listener and the
signal option are null.

Fixes: https://github.com/denoland/deno/issues/14593
2022-05-16 10:46:39 -04:00
..
broadcast_channel 1.21.3 (#14584) 2022-05-12 18:43:00 +02:00
console 1.21.3 (#14584) 2022-05-12 18:43:00 +02:00
crypto 1.21.3 (#14584) 2022-05-12 18:43:00 +02:00
fetch feat(ext/web): implement static Response.json (#14566) 2022-05-13 14:28:05 +02:00
ffi 1.21.3 (#14584) 2022-05-12 18:43:00 +02:00
http fix(ext/http): make serveHttp compress for Accept-Encoding: deflate, gzip (#14525) 2022-05-13 14:10:05 +02:00
net feat(ext/net): add CAA DNS record support in Deno.resolveDns() API (#14624) 2022-05-16 11:20:41 +02:00
tls 1.21.3 (#14584) 2022-05-12 18:43:00 +02:00
url Revert "core: don't include_str extension js code (#10786)" (#14614) 2022-05-15 13:27:56 +02:00
web fix(ext/web): throw if listener and signal are null (#14601) 2022-05-16 10:46:39 -04:00
webgpu Revert "core: don't include_str extension js code (#10786)" (#14614) 2022-05-15 13:27:56 +02:00
webidl 1.21.3 (#14584) 2022-05-12 18:43:00 +02:00
websocket 1.21.3 (#14584) 2022-05-12 18:43:00 +02:00
webstorage 1.21.3 (#14584) 2022-05-12 18:43:00 +02:00