Expand description
Boa’s implementation of the Message API (mainly postMessage and
supporting functions).
More information:
- [MDN documentation][https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage]
Modules§
- js_
module - JavaScript module containing the
postMessagefunction and supporting types. - senders
- A collection of
MessageSenders basic implementations.
Structs§
- Post
Message Options - Options that can be passed as the second argument to
postMessage.
Traits§
- Message
Sender - A sender of a message. When registering the
postMessageAPI, one must also register an implementation of this trait in the context.
Functions§
- post_
message - The
postMessagefunction. See the mdn documentation. - register
- Register the
postMessagefunction in the realm or context.