Skip to content

Commit

Permalink
String.prototype.matchAll fixed on Firefox 73 (#1559)
Browse files Browse the repository at this point in the history
String.prototype.matchAll fixed on Firefox 73
  • Loading branch information
zloirock committed Dec 8, 2019
2 parents 435cbc3 + 8e12cda commit 14a96e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions data-es2016plus.js
Expand Up @@ -3525,9 +3525,9 @@ exports.tests = [
typescript3_2corejs3: typescript.corejs,
ie11: false,
firefox2: false,
firefox65: false,
firefox66: false,
firefox67: false,
firefox60: false,
firefox72: false,
firefox73: true,
chrome67: false,
chrome68: false,
chrome73: false,
Expand Down
4 changes: 2 additions & 2 deletions es2016plus/index.html
Expand Up @@ -14724,7 +14724,7 @@
<td class="tally" data-browser="firefox70" data-tally="0.5" style="background-color:hsl(60,64%,50%)">1/2</td>
<td class="tally" data-browser="firefox71" data-tally="0.5" style="background-color:hsl(60,64%,50%)">1/2</td>
<td class="tally unstable" data-browser="firefox72" data-tally="0.5" style="background-color:hsl(60,64%,50%)">1/2</td>
<td class="tally unstable" data-browser="firefox73" data-tally="0.5" style="background-color:hsl(60,64%,50%)">1/2</td>
<td class="tally unstable" data-browser="firefox73" data-tally="1">2/2</td>
<td class="tally obsolete" data-browser="opera12_10" data-tally="0">0/2</td>
<td class="tally obsolete" data-browser="chrome70" data-tally="0" data-flagged-tally="0.5">0/2</td>
<td class="tally obsolete" data-browser="chrome71" data-tally="0" data-flagged-tally="0.5">0/2</td>
Expand Down Expand Up @@ -14951,7 +14951,7 @@
<td class="no" data-browser="firefox70">No</td>
<td class="no" data-browser="firefox71">No</td>
<td class="no unstable" data-browser="firefox72">No</td>
<td class="no unstable" data-browser="firefox73">No</td>
<td class="yes unstable" data-browser="firefox73">Yes</td>
<td class="no obsolete" data-browser="opera12_10">No</td>
<td class="no obsolete" data-browser="chrome70">No</td>
<td class="no obsolete" data-browser="chrome71">No</td>
Expand Down

0 comments on commit 14a96e6

Please sign in to comment.