Skip to content

Commit

Permalink
update Element.prototype.prepend targeting based on MDN data
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Jan 28, 2020
1 parent 389df00 commit c871ea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions polyfills/Element/prototype/prepend/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ dependencies = [ "document", "Element", "_mutation" ]
spec = "http://dom.spec.whatwg.org/#dom-parentnode-prepend"

[browsers]
android = "*"
android = "<5"
bb = "*"
chrome = "<54"
edge = "*"
edge_mob = "*"
edge = "<17"
edge_mob = "<17"
firefox = "<49"
ios_chr = "*"
ios_saf = "<10"
ie = "6 - *"
ie_mob = "10 - *"
opera = "*"
opera = "<39"
op_mini = "*"
safari = "<10"
firefox_mob = "<49"
Expand Down

0 comments on commit c871ea8

Please sign in to comment.