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 562b3d4 commit b6ae411Copy full SHA for b6ae411
lib/internal/bootstrap/node.js
@@ -390,7 +390,6 @@ function setupBuffer() {
390
// Only after this point can C++ use Buffer::New()
391
bufferBinding.setBufferPrototype(Buffer.prototype);
392
delete bufferBinding.setBufferPrototype;
393
- delete bufferBinding.zeroFill;
394
395
// Create global.Buffer as getters so that we have a
396
// deprecation path for these in ES Modules.
0 commit comments