diff --git a/source b/source index 864a982e0de..be5eac3588a 100644 --- a/source +++ b/source @@ -33620,8 +33620,9 @@ interface HTMLIFrameElement : HTMLElement {
Navigate element's content navigable to url using element's node document, with historyHandling set to historyHandling, referrerPolicy set to referrerPolicy, and documentResource set to srcdocString.
Each Document
has an iframe load in progress flag and a mute
@@ -100390,8 +100391,11 @@ location.href = '#foo';
policy referrerPolicy (default
the empty string), an optional user navigation involvement userInvolvement (default "none
"), and an optional Element
sourceElement (default null):
Element
sourceElement (default null), and an
+ optional boolean javascriptURLLoadEvent (default
+ false):
Let cspNavigationType be "form-submission
" if
@@ -100567,7 +100571,8 @@ location.href = '#foo';
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
- cspNavigationType:
Assert: historyHandling is "
url, initiatorOrigin, and userInvolvement.
If newDocument is null, then return.
+If newDocument is null, then:
+ +If loadEvent is true, then run the iframe load event steps + given targetNavigable's container.
Return.
In this case, some JavaScript code was executed, but no new
Document
was created, so we will not perform a navigation.