diff --git a/docs/index.html b/docs/index.html index 3644e39..42a77a9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,12 +1,13 @@ - +
The table below details some of the client-side ECMAScript features we use to provide the largest and most advanced development platform in the world.
++ The table below details some of the client-side ECMAScript features we use to provide the largest and most + advanced development platform in the world. +
Base Objects & Functions | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
+ | Base Objects & Functions |
+ ||||||||||||||
@@ -415,7 +424,9 @@ GitHub Feature Support Table | |||||||||||||||
-
+
Object.fromEntries
|
@@ -457,7 +468,9 @@ |||||||||||||||
-
+
String.matchAll
|
@@ -469,10 +482,13 @@ 60+ |
11.0+ |
|||||||||||||
Polyfilled Features | |||||||||||||||
+ | Polyfilled Features |
+ ||||||||||||||
-
+
AbortSignal.abort
|
@@ -482,7 +498,7 @@ 88+ |
15+ |
79+ |
- * |
+ 17.0+ |
||||||||||
@@ -491,12 +507,12 @@ GitHub Feature Support Table |
* |
- * |
- * |
+ 103+ |
+ 103+ |
100+ |
- * |
- * |
- * |
+ 16+ |
+ 89+ |
+ 16+ |
|||
@@ -535,7 +551,7 @@ GitHub Feature Support Table | * |
66+ † |
79+ † |
- * |
+ 87+ † |
13.1+ |
53+ † |
9.0+ † |
@@ -570,7 +586,9 @@ |||||||
-
+
EventTarget.addEventListener signal
|
@@ -591,7 +609,7 @@ * |
86+ |
79+ |
- * |
+ 63+ † |
13.1+ |
63+ † |
12.0+ † |
@@ -606,7 +624,7 @@ 76+ |
79+ |
75+ |
- * | +16+ |
63+ |
12.0+ |
92+ |
15.4+ |
79+ |
- * |
+ 17.0+ |
-
+
Promise.allSettled
|
@@ -638,6 +658,20 @@ 63+ |
12.0+ |
|||||||||||||
+
+ Promise.any
+
+ |
+ * |
+ 85+ |
+ 85+ |
+ 79+ |
+ 14+ |
+ 71+ |
+ 14+ |
+ ||||||||
@@ -654,7 +688,9 @@ GitHub Feature Support Table | |||||||||||||||
-
+
String.replaceAll
|
@@ -668,22 +704,43 @@ |||||||||||||||
-
- Promise.any
+
+ Array.findLast
|
- * |
- 85+ |
- 85+ |
- 79+ |
- 14+ |
- 71+ |
- 14.0+ |
+ * |
+ 97+ |
+ 97+ |
+ 104+ |
+ 15.4+ |
+ 83+ |
+ 18.0+ |
+ |
+
+ Array.findLastIndex
+
+ |
+ * |
+ 97+ |
+ 97+ |
+ 104+ |
+ 15.4+ |
+ 83+ |
+ 18.0+ |
+ ||||||||
+ | Native Syntax |
||||||||||||||
Native Syntax | |||||||||||||||
-
+
Exponentiation Operator
|
@@ -697,7 +754,9 @@ |||||||||||||||
-
+
Object Rest/Spead
|
@@ -711,7 +770,9 @@ |||||||||||||||
-
+
RegExp Named Capture Groups
|
@@ -729,7 +790,11 @@ ! |
+
+ !
+ |
63+ |
79+ |
57+ |
@@ -767,7 +832,9 @@ ||||||||||
-
+
Nullish Coalescing Operator (??)
|
@@ -779,10 +846,15 @@ 67+ |
13.0+ |
|||||||||||||
Transpiled Native Syntax | |||||||||||||||
+ | Transpiled Native Syntax |
+ ||||||||||||||
-
+
Logical Nullish Assignment (??=)
|
@@ -796,7 +868,9 @@ |||||||||||||||
-
+
Public Class Fields
|
@@ -824,7 +898,9 @@ |||||||||||||||
-
+
Static Class Blocks
|
@@ -832,9 +908,9 @@ 94+ |
94+ |
93+ |
- ** |
+ 16.4+ |
80+ |
- ** |
+ 17.0+ |
|||||||
@@ -867,10 +943,10 @@ GitHub Feature Support Tablereturn [name, version] } const [browser, version] = getBrowser(navigator.userAgent) - document.getElementById('your-browser').innerText = browser + " " + version + document.getElementById('your-browser').innerText = browser + ' ' + version |