1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00
denoland-deno/ext
Luca Casonato 19c8d7702f
chore: improve error messages in CompressionStream (#13585)
This commit makes the error messages that one sees when passing
something other than a BufferSource to a (De)CompressionStream. The
WPT tests already pass, because they just check for error type
(TypeError), and not error message. A TypeError was already thrown for
invalid values via serde_v8.
2022-02-16 12:21:46 +01:00
..
broadcast_channel chore: forward v1.18.2 to main (#13595) 2022-02-04 21:44:38 +01:00
console refactor: update runtime code for primordial check for iterators (#13510) 2022-02-07 13:54:32 +01:00
crypto fix(ext/crypto): optional additionalData in encrypt/decrypt (#13669) 2022-02-16 16:27:14 +05:30
fetch chore(ext/fetch): render jsdoc code example properly (#13656) 2022-02-12 16:15:54 +01:00
ffi chore: forward v1.18.2 to main (#13595) 2022-02-04 21:44:38 +01:00
http feat(ext/http): add support for unix domain sockets (#13628) 2022-02-16 00:16:12 +01:00
net feat(runtime): web streams in fs & net APIs (#13615) 2022-02-15 13:35:22 +01:00
tls chore: forward v1.18.2 to main (#13595) 2022-02-04 21:44:38 +01:00
url refactor: update runtime code for primordial check for iterators (#13510) 2022-02-07 13:54:32 +01:00
web chore: improve error messages in CompressionStream (#13585) 2022-02-16 12:21:46 +01:00
webgpu refactor: update runtime code for primordial check for iterators (#13510) 2022-02-07 13:54:32 +01:00
webidl chore: forward v1.18.2 to main (#13595) 2022-02-04 21:44:38 +01:00
websocket docs(websockets): add comment about Deno.upgradeWebSocket() for WebSocket servers (#13659) 2022-02-13 14:47:46 +01:00
webstorage refactor: update runtime code for primordial check for iterators (#13510) 2022-02-07 13:54:32 +01:00