Window.postMessage

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

Meta