FetchMutableRequest
TBD.
Properties
Link copied to clipboard
Specifies, if any, a ReadableStream which holds the body of a FetchRequest. Body data may only be provided when the method for the request allows a body, such as POST
, PUT
, and so forth.
Link copied to clipboard
Specifies whether user credentials should be sent with the request. The default value is omit
, which indicates that user credentials (or any other credentials) should be omitted. Server-side, there are no "default" rules for authorization material present on a request; what you send is what is sent, so this property does nothing.
Link copied to clipboard
Describes the destination or use profile for the fetched data in a given fetch request/response cycle.
Link copied to clipboard
TBD.
Link copied to clipboard
Link copied to clipboard
Indicates the referrer-policy which is active for this request. Typically not used server-side.