Skip to content

Commit

Permalink
Merge pull request #1446 from chicoxyzzy/promise_allsettled_ff68
Browse files Browse the repository at this point in the history
Promise.allSettled is available in Firefox 68
  • Loading branch information
chicoxyzzy committed Apr 12, 2019
2 parents 15d76e6 + a11ae05 commit 5bba90b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data-esnext.js
Original file line number Diff line number Diff line change
Expand Up @@ -2854,6 +2854,7 @@ exports.tests = [
babel7corejs3: babel.corejs,
typescript1corejs2: typescript.fallthrough,
typescript3_2corejs3: typescript.corejs,
firefox68: true,
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion esnext/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@
<td class="no" data-browser="firefox65">No</td>
<td class="no" data-browser="firefox66">No</td>
<td class="no unstable" data-browser="firefox67">No</td>
<td class="no unstable" data-browser="firefox68">No</td>
<td class="yes unstable" data-browser="firefox68">Yes</td>
<td class="no obsolete" data-browser="opera12_10">No</td>
<td class="no obsolete" data-browser="chrome65">No</td>
<td class="no obsolete" data-browser="chrome66">No</td>
Expand Down

0 comments on commit 5bba90b

Please sign in to comment.