Module fetch

Source

Structsยง

DeferredFetchRecord ๐Ÿ”’
https://fetch.spec.whatwg.org/#deferred-fetch-record
FetchCanceller ๐Ÿ”’
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. Calling ignore will sever the relationship with the request, meaning it cannot be cancelled through this canceller from that point on.
FetchContext ๐Ÿ”’
FetchLaterListener ๐Ÿ”’

Enumsยง

DeferredFetchRecordInvokeState ๐Ÿ”’
https://fetch.spec.whatwg.org/#deferred-fetch-record-invoke-state

Traitsยง

CspViolationsProcessor ๐Ÿ”’

Functionsยง

Fetch ๐Ÿ”’
https://fetch.spec.whatwg.org/#dom-global-fetch
FetchLater ๐Ÿ”’
https://fetch.spec.whatwg.org/#dom-window-fetchlater
abort_fetch_call ๐Ÿ”’
https://fetch.spec.whatwg.org/#abort-fetch
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.
queue_deferred_fetch ๐Ÿ”’
https://fetch.spec.whatwg.org/#queue-a-deferred-fetch
request_init_from_request ๐Ÿ”’