Fetch.RequestSourceResource requests.
Request credentials mode enum.
Request destination enum.
The type for request initialisation objects.
val init :
?body:Body.init ->
?cache:Cache.t ->
?credentials:Credentials.t ->
?headers:Headers.t ->
?integrity:Jstr.t ->
?keepalive:bool ->
?method':Jstr.t ->
?mode:Mode.t ->
?redirect:Redirect.t ->
?referrer:Jstr.t ->
?referrer_policy:Jstr.t ->
?signal:Brr.Abort.Signal.t ->
unit ->
initinit () is a request initialisation object with given parameters.
credentials r are the credentials of r.
destination r is the destination of r.
is_history_navigation r is the isHistoryNavigation property of r.
is_reload_navigation r is the isReloadNavigation property of r.
redirect r is the redirect behaviour of r.
referrer_policy r is the referrer policy of r.
signal r is the abort signal of r.