Interfaces

I
DomIterable
No documentation available
I
DOMStringList
No documentation available
I
ErrorConstructor
No documentation available
I
v
MessageChannel

The MessageChannel interface of the Channel Messaging API allows us to create a new message channel and send data through it via its two MessagePort properties.

I
MessageEvent
No documentation available
I
MessageEventInit
No documentation available
I
v
MessagePort

The MessagePort interface of the Channel Messaging API represents one of the two ports of a MessageChannel, allowing messages to be sent from one port and listening out for them arriving at the other.

I
MessagePortEventMap
No documentation available
I
StructuredSerializeOptions
No documentation available

Type Aliases

T
Transferable
No documentation available
T
PostMessageOptions

This type has been renamed to StructuredSerializeOptions. Use that type for new code.