1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/ext
Jovi De Croock 53c876ffd3
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-04 20:34:54 +01:00
..
broadcast_channel chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
cache chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
console chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
cron chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
crypto chore: update to Rust 1.75 (#21731) 2024-01-04 20:34:52 +01:00
fetch chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
ffi chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
fs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
http chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
io chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
kv chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
napi chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
net chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
node fix(node/zlib): accept dataview and buffer in zlib bindings (#21756) 2024-01-04 20:34:54 +01:00
tls chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
url chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
web chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
webgpu chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
webidl chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
websocket fix(ext/http): use arraybuffer binaryType for server websocket (#21741) 2024-01-04 20:34:52 +01:00
webstorage chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00