We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72258c3 commit 7673de8Copy full SHA for 7673de8
lib/internal/worker.js
@@ -71,7 +71,6 @@ Object.setPrototypeOf(MessagePort.prototype, EventEmitter.prototype);
71
// Finally, purge methods we don't want to be public.
72
delete MessagePort.prototype.stop;
73
delete MessagePort.prototype.drain;
74
-delete MessagePort.prototype.hasRef;
75
MessagePort.prototype.ref = MessagePortPrototype.ref;
76
MessagePort.prototype.unref = MessagePortPrototype.unref;
77
0 commit comments