Worker.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)
    struct Worker
    nothrow
    void
    postMessage
    (
    T0
    )
    (
    scope auto ref T0 message
    ,)
  3. void postMessage(T0 message)

Meta