Skip to content

Commit

Permalink
Firefox 132 ships regexp modifiers (#24743)
Browse files Browse the repository at this point in the history
added version_added for regexp modifiers for ff
  • Loading branch information
dletorey authored Oct 18, 2024
1 parent a1a0467 commit 8fbc282
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions javascript/regular_expressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,15 +577,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": "preview",
"flags": [
{
"type": "preference",
"name": "javascript.options.experimental.regexp_modifiers",
"value_to_set": "true"
}
],
"impl_url": "https://bugzil.la/1899813"
"version_added": "132"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -606,7 +598,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit 8fbc282

Please sign in to comment.