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 f87da58 commit fb1707dCopy full SHA for fb1707d
lib/internal/bootstrap/node.js
@@ -374,7 +374,6 @@ function setupBuffer() {
374
// Only after this point can C++ use Buffer::New()
375
bufferBinding.setBufferPrototype(Buffer.prototype);
376
delete bufferBinding.setBufferPrototype;
377
- delete bufferBinding.zeroFill;
378
379
// Create global.Buffer as getters so that we have a
380
// deprecation path for these in ES Modules.
0 commit comments