diff --git a/source b/source index 44c099f453f..4fb5a700ce1 100644 --- a/source +++ b/source @@ -100178,8 +100178,8 @@ location.href = '#foo';
Queue a global task on the navigation and traversal task
source given navigable's active window to
navigate to a javascript:
URL given navigable,
- url, historyHandling, initiatorOriginSnapshot,
- userInvolvement, and cspNavigationType.
Return.
To navigate to a javascript:
URL, given a navigable
targetNavigable, a URL url, a history handling
- behavior historyHandling, an origin initiatorOrigin, a
- user navigation involvement userInvolvement, and a string
+ behavior historyHandling, a source snapshot params
+ sourceSnapshotParams, an origin initiatorOrigin, a user
+ navigation involvement userInvolvement, and a string
cspNavigationType:
Let request be a new request whose URL is url.
+ data-x="concept-request-url">URL is url and whose policy container is + sourceSnapshotParams's source + policy container.This is a synthetic request solely for plumbing into the next step. It will never hit the network.
@@ -102640,6 +102645,10 @@ location.href = '#foo';