DedicatedWorkerGlobalScope.postMessage

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void postMessage(T0 message, Sequence!(JsObject) transfer)
  2. void postMessage(T0 message, PostMessageOptions options)
  3. void postMessage(T0 message)
    struct DedicatedWorkerGlobalScope
    nothrow
    void
    postMessage
    (
    T0
    )
    (
    scope auto ref T0 message
    )

Meta