Skip to content

Commit 78380c3

Browse files
committed
Add Concurrent JS
1 parent f3bcbe4 commit 78380c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h3>Key</h3>
6363
<div class="inprogress"> Implementation is in progress</div>
6464
<div class="partial"> Partial support</div>
6565
<div class="none"> No support</div>
66-
<div class="chrome inprogress"> Implementation in progrss in Google Chrome</div>
66+
<div class="chrome inprogress"> Implementation in progress in Google Chrome</div>
6767
<div class="chrome"> Supported only by Google Chrome</div>
6868
<div class="proprietary"> Proprietary</div>
6969
</div>
@@ -264,6 +264,11 @@ <h3>Key</h3>
264264
<dt>Nx</dt>
265265
<dd>ES.Next <code>Intl</code> <code>WeakRef</code> <code>Atomics</code> <code>??</code> <code>||=</code></dd>
266266
</td>
267+
<td class="proposal">
268+
<time><a href="https://docs.google.com/presentation/d/1kqtsJfLVC-Nmcm2sveMRdJPjurwKKiiCGilK2_ladpw/edit?usp=gmail&gxids=7628#slide=id.p">2020</a></time>
269+
<dt>Co</dt>
270+
<dd>Concurrent JS</dd>
271+
</td>
267272
<td>
268273
</td>
269274
<td class="deprecated none">
@@ -414,6 +419,7 @@ <h3>Key</h3>
414419
<dd>WebXR Augmented and Virtual Reality</dd>
415420
</td>
416421
<td class="inprogress">
422+
<a href="https://github.com/gpuweb/gpuweb/wiki/Implementation-Status"></a>
417423
<time>2020</time>
418424
<dt>Gpu</dt>
419425
<dd><a href="https://gpuweb.github.io/gpuweb/">WebGPU</a></dd>

0 commit comments

Comments
 (0)