Structsยง
- Fetch
Canceller ๐ - RAII fetch canceller object.
By default initialized to having a
request associated with it, which can be manually cancelled with
cancel
, or automatically cancelled on drop. Callingignore
will sever the relationship with the request, meaning it cannot be cancelled through this canceller from that point on. - Fetch
Context ๐
Traitsยง
Functionsยง
- Fetch ๐
- https://fetch.spec.whatwg.org/#fetch-method
- create_
a_ ๐potential_ cors_ request - https://html.spec.whatwg.org/multipage/#create-a-potential-cors-request
- fill_
headers_ ๐with_ metadata - load_
whole_ ๐resource - Convenience function for synchronously loading a whole resource.
- request_
init_ ๐from_ request