Skip to content

Commit 4ba46b0

Browse files
domenicannevk
authored andcommitted
Meta: do not export incumbent settings object
This will discourage people from using it, helping with #1430. Closes #4229 by superseding it. Note that entry is already non-exported.
1 parent d2e375b commit 4ba46b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89094,8 +89094,7 @@ interface <dfn>BeforeUnloadEvent</dfn> : <span>Event</span> {
8909489094
<span>JavaScript execution context stack</span> that has a non-null ScriptOrModule component, or
8909589095
null if there is no such entry in the <span>JavaScript execution context stack</span>.</p>
8909689096

89097-
<p>With all this in place, the <dfn export>incumbent settings object</dfn> is determined as
89098-
follows:</p>
89097+
<p>With all this in place, the <dfn>incumbent settings object</dfn> is determined as follows:</p>
8909989098

8910089099
<ol>
8910189100
<li><p>Let <var>context</var> be the <span>topmost script-having execution

0 commit comments

Comments
 (0)