Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 18, 2025
1 parent 31aedfd commit 055687a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions text/1070-default-globals-for-strict-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,18 @@ Given the above criteria, the following should be added to default-available str

TC39:

- [`globalThis`](https://tc39.es/ecma262/#sec-globalthis)
- [`globalThis`](https://tc39.es/ecma262/#sec-globalthis) - Already available.
<details><summary>Example</summary>

Already available. [Example](https://limber.glimdown.com/edit?c=MYewdgzgLgBAJgQygmBeGBvGBzATgU3ygEsxsAuGAcgAt8AbekGKOggQipgF8BuAKH4AeKPgC2AB3pJ8APn4xMGbEwBGCegBUaxCADoAUgGUA8gDk90XKWzEAZgE94SBN27CA9KMnTRsoA&format=gjs)
[Link](https://limber.glimdown.com/edit?c=MYewdgzgLgBAJgQygmBeGBvGBzATgU3ygEsxsAuGAcgAt8AbekGKOggQipgF8BuAKH4AeKPgC2AB3pJ8APn4xMGbEwBGCegBUaxCADoAUgGUA8gDk90XKWzEAZgE94SBN27CA9KMnTRsoA&format=gjs)
```gjs
<template>
{{globalThis.JSON.stringify @data}}
</template>
```
</details>
- [`Atomics`](https://tc39.es/ecma262/#sec-atomics)
[Example](https://limber.glimdown.com/edit?c=MYewdgzgLgBARgVwGZIKYCcYF4ZlQdxgEF10BDATwCFk10AKARgDYBKAbgChRJYEBLMFAAc2XARgBVQSJLkK9RCgwdOAocIDaABgC6YgOxdOAehMwDMetsa3WMABoB5AEowATFe03t9nAFYvRhtWAB44dAA%2BTiIoEABbfmAIADoADxAGdREAGhhtPPdWTk5QqFR4gAcAGzJy6JgYAG8mgHNqkDgyaoAVAAt%2BVNiEpNSOsgATGGzhAF9Z0pNyqtr6oA&format=gjs)
Expand Down

0 comments on commit 055687a

Please sign in to comment.