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 @@ - + GitHub Feature Support Table - - + +

GitHub Feature Support Table

-

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. +

- + + + + @@ -457,7 +468,9 @@

GitHub Feature Support Table

@@ -469,10 +482,13 @@

GitHub Feature Support Table

- + + + + @@ -482,7 +498,7 @@

GitHub Feature Support Table

- + - - + + - - - + + + - + @@ -570,7 +586,9 @@

GitHub Feature Support Table

@@ -591,7 +609,7 @@

GitHub Feature Support Table

- + @@ -606,7 +624,7 @@

GitHub Feature Support Table

- + @@ -622,11 +640,13 @@

GitHub Feature Support Table

- + @@ -638,6 +658,20 @@

GitHub Feature Support Table

+ + + + + + + + + + @@ -668,22 +704,43 @@

GitHub Feature Support Table

- - - - - - - + + + + + + + + + + + + + + + + + + + + + - @@ -697,7 +754,9 @@

GitHub Feature Support Table

@@ -711,7 +770,9 @@

GitHub Feature Support Table

@@ -729,7 +790,11 @@

GitHub Feature Support Table

Async Generators & for await - + @@ -767,7 +832,9 @@

GitHub Feature Support Table

@@ -779,10 +846,15 @@

GitHub Feature Support Table

- + + + + @@ -796,7 +868,9 @@

GitHub Feature Support Table

@@ -824,7 +898,9 @@

GitHub Feature Support Table

@@ -832,9 +908,9 @@

GitHub Feature Support Table

- + - +
Key +

Required feature available in this browser.

+

!Required feature, not available in this browser.

+

*Not avaible in this browser, but polyfilled using this library.

+

+ Required feature, but polyfilled to smooth over bugs in this browser. +

- Required feature available in this browser. -

- !Required feature, not available in this browser. -

- *Not avaible in this browser, but polyfilled using this library. -

- Required feature, but polyfilled to smooth over bugs in this browser. -

**Not available in this browser, but transpiled to a compatible syntax.

@@ -174,7 +180,10 @@

GitHub Feature Support Table

Base Objects & Functions

Base Objects & Functions

@@ -415,7 +424,9 @@

GitHub Feature Support Table

- + Object.fromEntries
- + String.matchAll
60+
11.0+

Polyfilled Features

Polyfilled Features

- + AbortSignal.abort
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+ †
- + EventTarget.addEventListener signal
*
86+
79+
*
63+ †
13.1+
63+ †
12.0+ †
76+
79+
75+
*
16+
63+
12.0+
92+
15.4+
79+
*
17.0+
- + Promise.allSettled
63+
12.0+
+ + Promise.any + +
*
85+
85+
79+
14+
71+
14+
@@ -654,7 +688,9 @@

GitHub Feature Support Table

- + String.replaceAll
- - 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
- + Object Rest/Spead
- + RegExp Named Capture Groups
!
+
!
+
63+
79+
57+
- + Nullish Coalescing Operator (??)
67+
13.0+

Transpiled Native Syntax

Transpiled Native Syntax

- + Logical Nullish Assignment (??=)
- + Public Class Fields
- + Static Class Blocks
94+
94+
93+
**
16.4+
80+
**
17.0+
@@ -867,10 +943,10 @@

GitHub Feature Support Table

return [name, version] } const [browser, version] = getBrowser(navigator.userAgent) - document.getElementById('your-browser').innerText = browser + " " + version + document.getElementById('your-browser').innerText = browser + ' ' + version