Module navigation

Module navigation 

Source
Expand description

The listener that encapsulates all state for an in-progress document request. Any redirects that are encountered are followed. Whenever a non-redirect response is received, it is forwarded to the appropriate script thread.

Structsยง

InProgressLoad ๐Ÿ”’
A document load that is in the process of fetching the requested resource. Contains data that will need to be present when the document and frame tree entry are created, but is only easily available at initiation of the load and on a push basis (so some data will be updated according to future resize events, viewport changes, etc.)
NavigationListener

Functionsยง

determine_creation_sandboxing_flags ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#determining-the-creation-sandboxing-flags
determine_iframe_element_referrer_policy ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#determining-the-iframe-element-referrer-policy
determine_the_origin ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#determining-the-origin
navigate ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#navigate
navigate_to_fragment ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#navigate-fragid
snapshot_target_snapshot_params ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#snapshotting-target-snapshot-params