diff --git a/index.js b/index.js index 1c28c585..75e79249 100644 --- a/index.js +++ b/index.js @@ -92,7 +92,9 @@ if (typeof Symbol !== 'undefined' && Symbol.species && Buffer[Symbol.species] === Buffer) { Object.defineProperty(Buffer, Symbol.species, { value: null, - configurable: true + configurable: true, + enumerable: false, + writable: false }) }