DOMRequest.then

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto then(Optional!(T0) fulfillCallback, Optional!(T1) rejectCallback)
    struct DOMRequest
    nothrow
    then
    (
    T0
    T1
    )
    (
    scope auto ref Optional!(T0) fulfillCallback
    ,
    scope auto ref Optional!(T1) rejectCallback
    )
  2. auto then(Optional!(T0) fulfillCallback)
  3. auto then()

Meta