XMLHttpRequest.send

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void send(Optional!(T0) body_)
    struct XMLHttpRequest
    nothrow
    void
    send
    (
    T0
    )
    (
    scope auto ref Optional!(T0) body_
    )
    if (
    isTOrPointer!(T0, SumType!(Document, BodyInit))
    )
  2. void send()

Meta