MessagePort type definition is missing support for 'messageerror' event type #24059
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Fixed
A PR has been merged for this issue
Help Wanted
You can do this
Milestone
TypeScript Version: 2.9.0-dev.201xxxxx
Search Terms: MessagePort
The MessagePort spec says that the event handler types that must be supported by any implementation of MessagePort are 'message' and 'messageerror'.
The MessagePort type definition needs to have the 'messageerror' event type added since it is missing.
https://html.spec.whatwg.org/multipage/web-messaging.html#handler-messageport-onmessageerror
The text was updated successfully, but these errors were encountered: