Skip to content

Commit

Permalink
fix(api): XMLDocument was added as an alias in WebKit 420
Browse files Browse the repository at this point in the history
See [WebKit bug 7838] for details.

[WebKit bug 7838]: https://bugs.webkit.org/show_bug.cgi?id=7838
  • Loading branch information
ExE-Boss committed Dec 28, 2019
1 parent 658c0bd commit 24cdde1
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions api/XMLDocument.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,26 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/XMLDocument",
"support": {
"chrome": {
"version_added": "34"
},
"chrome_android": {
"version_added": "34"
},
"chrome": [
{
"version_added": "34"
},
{
"version_added": "1",
"partial_implementation": true,
"notes": "Implemented as an alias for <code>Document</code>."
}
],
"chrome_android": [
{
"version_added": "34"
},
{
"version_added": "18",
"partial_implementation": true,
"notes": "Implemented as an alias for <code>Document</code>."
}
],
"edge": {
"version_added": true
},
Expand All @@ -33,7 +47,7 @@
"version_added": "10"
},
{
"version_added": "6.1",
"version_added": "3",
"partial_implementation": true,
"notes": "Implemented as an alias for <code>Document</code>."
}
Expand All @@ -43,7 +57,7 @@
"version_added": "10"
},
{
"version_added": "6.1",
"version_added": "1",
"partial_implementation": true,
"notes": "Implemented as an alias for <code>Document</code>."
}
Expand Down

0 comments on commit 24cdde1

Please sign in to comment.