diff --git a/source b/source index 25c858389d6..4fc76ac883d 100644 --- a/source +++ b/source @@ -107981,9 +107981,9 @@ 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, sourceSnapshotParams, - initiatorOriginSnapshot, userInvolvement, - cspNavigationType, initialInsertion, and + url, targetSnapshotParams, historyHandling, + sourceSnapshotParams, initiatorOriginSnapshot, + userInvolvement, cspNavigationType, initialInsertion, and navigationId.

  • Return.

  • @@ -108376,12 +108376,12 @@ location.href = '#foo';

    To navigate to a javascript: URL, given a navigable - targetNavigable, a URL url, a history handling - behavior historyHandling, a source snapshot params - sourceSnapshotParams, an origin initiatorOrigin, a user - navigation involvement userInvolvement, a string - cspNavigationType, a boolean initialInsertion, and a navigation - ID navigationId:

    + targetNavigable, a URL url, a target snapshot + params targetSnapshotParams, a history handling behavior + historyHandling, a source snapshot params sourceSnapshotParams, + an origin initiatorOrigin, a user navigation involvement + userInvolvement, a string cspNavigationType, a boolean + initialInsertion, and a navigation ID navigationId:

    1. Assert: historyHandling is "

    2. Let newDocument be the result of evaluating a javascript: URL given targetNavigable, - url, initiatorOrigin, and userInvolvement.

    3. + url, targetSnapshotParams, initiatorOrigin, and + userInvolvement.

    4. If newDocument is null:

      @@ -108510,7 +108511,8 @@ location.href = '#foo';

      To evaluate a javascript: URL given a navigable - targetNavigable, a URL url, an origin + targetNavigable, a URL url, a target snapshot + params targetSnapshotParams, an origin newDocumentOrigin, and a user navigation involvement userInvolvement: