Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove self from minimum #30

Merged
merged 1 commit into from
Dec 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove self from minimum
`globalThis.self` really doesn't meet the criteria for inclusion in the minimum.
  • Loading branch information
jasnell committed Nov 3, 2022
commit 364fdab290087d1263c3b7bd224ea1bdc64eb125
2 changes: 0 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Markup Shorthands: markdown yes
<pre class=link-defaults>
spec:url; type:interface; text:URL
spec:html; type:attribute; for:Window; text:navigator
spec:html; type:attribute; for:Window; text:self
</pre>

Introduction {#intro}
Expand Down Expand Up @@ -72,7 +71,6 @@ Interfaces:
Global methods / properties:

* <code class="idl"><a data-link-type="idl" href="https://tc39.es/ecma262/multipage/global-object.html#sec-globalthis">globalThis</a></code>
* globalThis.{{self}}
* globalThis.{{atob()}}
* globalThis.{{btoa()}}
* globalThis.{{console}}
Expand Down