blob: 46aa1cecc4182703740ab1db24835e7dd7c5bf82 [file] [log] [blame] [edit]
{
"api": {
"Element": {
"getElementsByClassName": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/getElementsByClassName",
"spec_url": "https://dom.spec.whatwg.org/#ref-for-dom-element-getelementsbyclassname",
"tags": [
"web-features:dom"
],
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": [
{
"version_added": "16"
},
{
"version_added": "12",
"version_removed": "16",
"partial_implementation": true,
"notes": "Only supported for [`HTMLElement`](https://developer.mozilla.org/docs/Web/API/HTMLElement), not all `Element` objects, such as [`SVGElement`](https://developer.mozilla.org/docs/Web/API/SVGElement)."
}
],
"firefox": {
"version_added": "3",
"notes": "Before Firefox 19, this method was returning a `NodeList`; it was then changed to reflect the change in the spec."
},
"firefox_android": {
"version_added": "4"
},
"ie": {
"version_added": "9",
"partial_implementation": true,
"notes": "Only supported for [`HTMLElement`](https://developer.mozilla.org/docs/Web/API/HTMLElement), not all `Element` objects, such as [`SVGElement`](https://developer.mozilla.org/docs/Web/API/SVGElement)."
},
"oculus": "mirror",
"opera": {
"version_added": "9.5"
},
"opera_android": {
"version_added": "10.1"
},
"safari": {
"version_added": "3.1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}