Module methods

Source

Structsยง

CancellationListener
FetchContext

Enumsยง

Data
MixedSecurityProhibited
RangeRequestBounds
Range header start and end values.

Constantsยง

PARTIAL_RESPONSE_TO_NON_RANGE_REQUEST_ERROR ๐Ÿ”’

Functionsยง

convert_request_to_csp_request ๐Ÿ”’
create_about_memory ๐Ÿ”’
create_blank_reply ๐Ÿ”’
do_settings_prohibit_mixed_security_contexts ๐Ÿ”’
https://w3c.github.io/webappsec-mixed-content/#categorize-settings-object
fetch
Fetch
fetch_with_cors_cache
Continuation of fetch from step 8.
handle_allowcert_request ๐Ÿ”’
Handle a request from the user interface to ignore validation errors for a certificate.
is_bad_port ๐Ÿ”’
https://fetch.spec.whatwg.org/#bad-port
is_form_submission_request
is_null_body_status ๐Ÿ”’
main_fetch
Main fetch
report_violations_for_request_by_csp
https://www.w3.org/TR/CSP/#report-for-request
scheme_fetch ๐Ÿ”’
Scheme fetch
should_be_blocked_due_to_mime_type ๐Ÿ”’
https://fetch.spec.whatwg.org/#should-response-to-request-be-blocked-due-to-mime-type?
should_be_blocked_due_to_nosniff
https://fetch.spec.whatwg.org/#should-response-to-request-be-blocked-due-to-nosniff?
should_request_be_blocked_as_mixed_content
https://w3c.github.io/webappsec-mixed-content/#should-block-fetch
should_request_be_blocked_by_csp
https://www.w3.org/TR/CSP/#should-block-request
should_request_be_blocked_due_to_a_bad_port
https://fetch.spec.whatwg.org/#block-bad-port
should_response_be_blocked_as_mixed_content
https://w3c.github.io/webappsec-mixed-content/#should-block-response
should_response_be_blocked_by_csp ๐Ÿ”’
should_upgrade_mixed_content_request ๐Ÿ”’
https://w3c.github.io/webappsec-mixed-content/#upgrade-algorithm
should_upgrade_request_to_potentially_trustworty ๐Ÿ”’
https://w3c.github.io/webappsec-upgrade-insecure-requests/#upgrade-request
wait_for_response ๐Ÿ”’

Type Aliasesยง

DoneChannel
Target