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 26f4221 commit 1c17aa1Copy full SHA for 1c17aa1
lib/internal/worker.js
@@ -72,7 +72,6 @@ Object.setPrototypeOf(MessagePort.prototype, EventEmitter.prototype);
72
// Finally, purge methods we don't want to be public.
73
delete MessagePort.prototype.stop;
74
delete MessagePort.prototype.drain;
75
-delete MessagePort.prototype.hasRef;
76
MessagePort.prototype.ref = MessagePortPrototype.ref;
77
MessagePort.prototype.unref = MessagePortPrototype.unref;
78
0 commit comments