Skip to content

Commit

Permalink
Fix Chrome version for RegExp @@species
Browse files Browse the repository at this point in the history
It makes no sense for this to be supported before Symbol.species, and
the collector test shows support in Chrome 51, but not in 50:
https://mdn-bcd-collector.gooborg.com/tests/javascript/builtins/RegExp/@@species
  • Loading branch information
foolip committed Jun 10, 2024
1 parent 8b2fe2f commit a78c79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/builtins/RegExp.json
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
],
"support": {
"chrome": {
"version_added": "50"
"version_added": "51"
},
"chrome_android": "mirror",
"deno": {
Expand Down

0 comments on commit a78c79f

Please sign in to comment.