Skip to content

Commit 6db5cb5

Browse files
authored
fix(ext/node): reference error in zlib.crc32 (#577)
1 parent d0fba2d commit 6db5cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/node/polyfills/zlib.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ import { validateUint32 } from "ext:deno_node/internal/validators.mjs";
4545
import { op_zlib_crc32 } from "ext:core/ops";
4646
import { core, primordials } from "ext:core/mod.js";
4747
import { TextEncoder } from "ext:deno_web/08_text_encoding.js";
48+
import { isArrayBufferView } from "ext:deno_node/internal/util/types.ts";
4849
const {
4950
Uint8Array,
5051
TypedArrayPrototypeGetBuffer,

0 commit comments

Comments
 (0)