We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fba2d commit 6db5cb5Copy full SHA for 6db5cb5
ext/node/polyfills/zlib.ts
@@ -45,6 +45,7 @@ import { validateUint32 } from "ext:deno_node/internal/validators.mjs";
45
import { op_zlib_crc32 } from "ext:core/ops";
46
import { core, primordials } from "ext:core/mod.js";
47
import { TextEncoder } from "ext:deno_web/08_text_encoding.js";
48
+import { isArrayBufferView } from "ext:deno_node/internal/util/types.ts";
49
const {
50
Uint8Array,
51
TypedArrayPrototypeGetBuffer,
0 commit comments