Skip to content

Commit

Permalink
Updates browser support for Symbol.match and Symbol.replace
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinlondon authored and JakeChampion committed Mar 6, 2019
1 parent ef52a64 commit 9c90a52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions polyfills/Symbol/match/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
"es2015"
],
"browsers": {
"edge": "*",
"edge_mob": "*",
"edge": "<15",
"edge_mob": "<15",
"ie": "*",
"ie_mob": "*",
"safari": "<9",
"chrome": "< 50",
"firefox": "< 40",
"firefox_mob": "< 40",
"ios_saf": "< 10",
"opera": "< 37",
"samsung_mob": "<5",
"android": "*",
"android": "<50",
"bb": "10 - *"
},
"dependencies": [
Expand Down
9 changes: 5 additions & 4 deletions polyfills/Symbol/replace/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@
"es2015"
],
"browsers": {
"edge": "*",
"edge_mob": "*",
"edge": "<14",
"edge_mob": "<14",
"ie": "*",
"ie_mob": "*",
"safari": "<9",
"chrome": "< 50",
"firefox": "< 40",
"firefox": "< 49",
"firefox_mob": "<49",
"ios_saf": "< 10",
"opera": "< 37",
"samsung_mob": "<5",
"android": "*",
"android": "<50",
"bb": "10 - *"
},
"dependencies": [
Expand Down

0 comments on commit 9c90a52

Please sign in to comment.