Skip to content

Commit 9772f8c

Browse files
keithamuskoddsson
andauthored
reorganise String.matchAll
Co-authored-by: Kristján Oddsson <[email protected]>
1 parent c0fc204 commit 9772f8c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@
273273
<td data-supported="true">58+</td>
274274
<td data-supported="true">10.0+</td>
275275
</tr>
276-
<tr><th colspan="6">Polyfillable Code</th></tr>
277276
<tr>
278277
<th>
279278
<a href="https://developer.mozilla.org/en-US/docs/Web/API/FormData/entries">
@@ -344,6 +343,21 @@
344343
<td data-supported="true">53+</td>
345344
<td data-supported="true">9.0+</td>
346345
</tr>
346+
<tr>
347+
<th>
348+
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/matchAll">
349+
<code>String.matchAll</code>
350+
</a>
351+
</th>
352+
<td data-code="'matchAll' in String.prototype"></td>
353+
<td data-supported="true">73+</td>
354+
<td data-supported="true">79+</td>
355+
<td data-supported="true">67+</td>
356+
<td data-supported="true">13+</td>
357+
<td data-supported="true">60+</td>
358+
<td data-supported="true">11.0+</td>
359+
</tr>
360+
<tr data-polyfills><th colspan="8">Polyfilled Features</th></tr>
347361
<tr>
348362
<th>
349363
<a href="https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/abort">

0 commit comments

Comments
 (0)