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