1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/cli/tests
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
..
integration chore: ignore hanging lsp jsx test (#21771) 2024-01-03 04:47:59 +00:00
node_compat chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
testdata chore: upgrade deno_core to 0.241.0 (#21765) 2024-01-03 01:34:41 +00:00
unit fix(ext/http): use arraybuffer binaryType for server websocket (#21741) 2024-01-02 10:30:09 +05:30
unit_node fix(node/zlib): accept dataview and buffer in zlib bindings (#21756) 2024-01-03 19:03:51 +05:30
integration_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00