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 954eeb1 commit 9d4698cCopy full SHA for 9d4698c
lib/buffer.js
@@ -4,6 +4,7 @@
4
const binding = process.binding('buffer');
5
const { isArrayBuffer } = process.binding('util');
6
const bindingObj = {};
7
+const internalUtil = require('internal/util');
8
9
class FastBuffer extends Uint8Array {}
10
0 commit comments