Skip to content

Commit

Permalink
Meta: do not export incumbent settings object
Browse files Browse the repository at this point in the history
This will discourage people from using it, helping with #1430. Closes #4229 by superseding it. Note that entry is already non-exported.
  • Loading branch information
domenic committed May 20, 2021
1 parent d2e375b commit 7013d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -89094,8 +89094,7 @@ interface <dfn>BeforeUnloadEvent</dfn> : <span>Event</span> {
<span>JavaScript execution context stack</span> that has a non-null ScriptOrModule component, or
null if there is no such entry in the <span>JavaScript execution context stack</span>.</p>

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

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

0 comments on commit 7013d1c

Please sign in to comment.