Class type Fetch.requestInit

Initializer for request (and fetch_with_init). All fields are optional; create an empty record with empty_request_init and populate the ones you need.

method _method : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method headers : headers Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method body : Js_of_ocaml__.Js.Unsafe.any Js_of_ocaml__.Js.writeonly_prop
method mode : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method credentials : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method cache : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method redirect : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method referrer : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method referrerPolicy : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method integrity : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method keepalive : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop
method signal : Js_of_ocaml__.Abort.signal Js_of_ocaml__.Js.t Js_of_ocaml__.Js.writeonly_prop