Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Add some implementations
Browse files Browse the repository at this point in the history
Ref. #28.
  • Loading branch information
mathiasbynens committed Apr 6, 2020
1 parent ed85ebc commit 33f5e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ A: This is an awkward interface — because the default limit is 1, the user wou

## Implementations

- [SpiderMonkey](https://bugzilla.mozilla.org/show_bug.cgi?id=1540021), available in [Firefox Nightly (only)](https://bugzilla.mozilla.org/show_bug.cgi?id=1608168)
- [JavaScriptCore](https://bugs.webkit.org/show_bug.cgi?id=202471), shipping in [Safari 13.1](https://webkit.org/blog/10247/new-webkit-features-in-safari-13-1/#javascript-improvements)
- Polyfills:
- [core-js](https://github.com/zloirock/core-js#stringreplaceall)
- [es-shims](https://github.com/es-shims/String.prototype.replaceAll)

0 comments on commit 33f5e50

Please sign in to comment.