You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Similar to MessagePort, if the API had an EventPort, it could be sent to subworkers and such.
And EventPort could have a way filter out unnecessary events, or probably rather opt-in to the events the port should get.
EventPort could also have a name, so one wouldn't need to create any new magical delegatedTarget object.
Similar to MessagePort, if the API had an EventPort, it could be sent to subworkers and such.
And EventPort could have a way filter out unnecessary events, or probably rather opt-in to the events the port should get.
EventPort could also have a name, so one wouldn't need to create any new magical delegatedTarget object.