RequestInit

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

body_
void body_(Optional!(T0) body_)
Undocumented in source. Be warned that the author may not have intended to support it.
body_
auto body_()
Undocumented in source. Be warned that the author may not have intended to support it.
cache
void cache(RequestCache cache)
Undocumented in source. Be warned that the author may not have intended to support it.
cache
auto cache()
Undocumented in source. Be warned that the author may not have intended to support it.
credentials
void credentials(RequestCredentials credentials)
Undocumented in source. Be warned that the author may not have intended to support it.
credentials
auto credentials()
Undocumented in source. Be warned that the author may not have intended to support it.
headers
void headers(HeadersInit headers)
Undocumented in source. Be warned that the author may not have intended to support it.
headers
auto headers()
Undocumented in source. Be warned that the author may not have intended to support it.
integrity
void integrity(string integrity)
Undocumented in source. Be warned that the author may not have intended to support it.
integrity
auto integrity()
Undocumented in source. Be warned that the author may not have intended to support it.
keepalive
void keepalive(bool keepalive)
Undocumented in source. Be warned that the author may not have intended to support it.
keepalive
auto keepalive()
Undocumented in source. Be warned that the author may not have intended to support it.
method
void method(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
method
auto method()
Undocumented in source. Be warned that the author may not have intended to support it.
mode
void mode(RequestMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
mode
auto mode()
Undocumented in source. Be warned that the author may not have intended to support it.
redirect
void redirect(RequestRedirect redirect)
Undocumented in source. Be warned that the author may not have intended to support it.
redirect
auto redirect()
Undocumented in source. Be warned that the author may not have intended to support it.
referrer
void referrer(string referrer)
Undocumented in source. Be warned that the author may not have intended to support it.
referrer
auto referrer()
Undocumented in source. Be warned that the author may not have intended to support it.
referrerPolicy
void referrerPolicy(ReferrerPolicy referrerPolicy)
Undocumented in source. Be warned that the author may not have intended to support it.
referrerPolicy
auto referrerPolicy()
Undocumented in source. Be warned that the author may not have intended to support it.
signal
void signal(Optional!(T0) signal)
Undocumented in source. Be warned that the author may not have intended to support it.
signal
auto signal()
Undocumented in source. Be warned that the author may not have intended to support it.
window
void window(T0 window)
Undocumented in source. Be warned that the author may not have intended to support it.
window
auto window()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta