deno/ext/node
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
..
benchmarks
ops
polyfills fix(node/zlib): accept dataview and buffer in zlib bindings (#21756) 2024-01-03 19:03:51 +05:30
analyze.rs
build.rs
Cargo.toml
clippy.toml
errors.rs
global.rs
lib.rs
package_json.rs
path.rs
polyfill.rs
README.md
resolution.rs

deno_node

require and other node related functionality for Deno.