Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! worker: reduce MessagePort prototype to documented API
  • Loading branch information
addaleax committed Sep 23, 2018
commit 7551a047dc1beaa80bd64e4779088e7b2582ae95
1 change: 1 addition & 0 deletions lib/internal/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Object.setPrototypeOf(MessagePort.prototype, EventEmitter.prototype);
delete MessagePort.prototype.stop;
delete MessagePort.prototype.drain;
delete MessagePort.prototype.hasRef;
delete MessagePort.prototype.getAsyncId;

// A communication channel consisting of a handle (that wraps around an
// uv_async_t) which can receive information from other threads and emits
Expand Down