deno/ext
Jovi De Croock f5ad15b504
fix(node/zlib): accept dataview and buffer in zlib bindings (#21756)
Fixes #20516 
Follow up to #21747 and #21746

This tackles the last point of #20516 where certain inputs weren't
accepted in the other zlib methods

This adds the `toU8` conversion of `_brotli` to `_zlib.mjs`, when we
create the ZLibBuffer, we'll sanitize the input. I noticed that the
async had no handler for `string` input so I added that as well.
2024-01-03 19:03:51 +05:30
..
broadcast_channel chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cache chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
console chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cron chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
crypto chore: update to Rust 1.75 (#21731) 2024-01-01 23:22:48 +01:00
fetch chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ffi chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
fs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
http chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
io chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
kv chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
napi chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
net chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
node fix(node/zlib): accept dataview and buffer in zlib bindings (#21756) 2024-01-03 19:03:51 +05:30
tls chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
url chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
web chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
webgpu chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
webidl chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
websocket fix(ext/http): use arraybuffer binaryType for server websocket (#21741) 2024-01-02 10:30:09 +05:30
webstorage chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00