Skip to content

Commit

Permalink
Update to ECMAscript 2024 / 15.0 (#353)
Browse files Browse the repository at this point in the history
Adjustments as a result of the update:
- Prior exceptions removed
- 2 new exceptions added:
  - Resizable ArrayBuffers & growable SharedArrayBuffers
  - Atomics.waitAsync
  • Loading branch information
JohnRiv committed Sep 4, 2024
1 parent 5e61e24 commit 70d3f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@ <h3>Core web specifications</h3>
<p>Devices MUST be conforming implementations of the following specifications:</p>
<ul>
<li>DOM [[!DOM]]</li>
<li>ECMAScript 2023 Language Specification [[!ECMASCRIPT-2023]]
<li>ECMAScript 2024 Language Specification [[!ECMASCRIPT-2024]]
<ul>
<li>Exceptions:
<ul>
<li>The <a href="https://262.ecma-international.org/14.0/#sec-function.prototype.tostring"><code>Function.prototype.toString</code> revisions from ECMAScript 2019</a> are not yet widely supported.</li>
<li><a href="https://262.ecma-international.org/14.0/#sec-get-regexp.prototype.hasIndices">RegExp Match Indices (hasIndices <code>/d</code> flag)</a> is not yet widely supported.</li>
<li><a href="https://262.ecma-international.org/15.0/#sec-arraybuffer.prototype.resize">Resizable ArrayBuffers</a> and <a href="https://262.ecma-international.org/15.0/#sec-sharedarraybuffer.prototype.grow">growable SharedArrayBuffers</a> are not yet widely supported.</li>
<li>The <a href="https://262.ecma-international.org/15.0/#sec-atomics.waitasync"><code>Atomics.waitAsync</code></a> method is not yet widely supported.</li>
</ul>
</ul>
</li>
Expand Down

0 comments on commit 70d3f2e

Please sign in to comment.