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 dfea13a commit daef2e7Copy full SHA for daef2e7
lib/buffer.js
@@ -76,11 +76,7 @@ const { setupBufferJS } = internalBuffer;
76
77
const bindingObj = {};
78
79
-class FastBuffer extends Uint8Array {
80
- constructor(arg1, arg2, arg3) {
81
- super(arg1, arg2, arg3);
82
- }
83
-}
+class FastBuffer extends Uint8Array {}
84
FastBuffer.prototype.constructor = Buffer;
85
internalBuffer.FastBuffer = FastBuffer;
86
0 commit comments