Closed bmomberger-bitovi closed 6 years ago
Ignore trying to get event listeners from HTMLElement.prototype when in a Worker context (no window/document/elements) similar to when running in a Node context.
HTMLElement.prototype
@matthewp should we return onmessage for the worker global context?
onmessage
Ignore trying to get event listeners from
HTMLElement.prototype
when in a Worker context (no window/document/elements) similar to when running in a Node context.@matthewp should we return
onmessage
for the worker global context?