Skip to content

Commit

Permalink
update compat data based on mdn
Browse files Browse the repository at this point in the history
We are ignoring the support for @@species as the polyfill does not add that feature - instead we use the highest version of each browser within the support matrix

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer#browser_compatibility
  • Loading branch information
JakeChampion committed Jul 20, 2021
1 parent ff90e85 commit 113e18d
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions polyfills/ArrayBuffer/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,22 @@ repo = "https://github.com/inexorabletash/polyfill"
docs = "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray"

[browsers]
android = "<4"
android = "<37"
bb = "*"
chrome = "<7"
edge_mob = "*"
firefox = "<4"
ie = "<10"
chrome = "<32"
edge = "<14"
edge_mob = "<14"
firefox = "<44"
firefox_mob = "<44"
ie = "*"
ie_mob = "*"
ios_saf = "<4.2"
ios_chr = "<7"
ios_saf = "<7"
op_mini = "*"
opera = "<12"
safari = "<5.1"
op_mob = "<19"
opera = "<19"
safari = "<7"
samsung_mob = "<2"

[install]
module = "js-polyfills"
Expand Down

0 comments on commit 113e18d

Please sign in to comment.