From c871ea88c2d61e481abd826822f75aacb052cc7b Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Mon, 27 Jan 2020 16:46:53 +0000 Subject: [PATCH] update Element.prototype.prepend targeting based on MDN data mdn table -- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ParentNode/prepend#Browser_compatibility --- polyfills/Element/prototype/prepend/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/polyfills/Element/prototype/prepend/config.toml b/polyfills/Element/prototype/prepend/config.toml index fe5cf4a23..09e802d4c 100644 --- a/polyfills/Element/prototype/prepend/config.toml +++ b/polyfills/Element/prototype/prepend/config.toml @@ -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"