| { |
| "api": { |
| "Element": { |
| "insertAdjacentHTML": { |
| "__compat": { |
| "mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/insertAdjacentHTML", |
| "spec_url": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-insertadjacenthtml()-method", |
| "tags": [ |
| "web-features:dom" |
| ], |
| "support": { |
| "chrome": { |
| "version_added": "1" |
| }, |
| "chrome_android": "mirror", |
| "edge": [ |
| { |
| "version_added": "17" |
| }, |
| { |
| "version_added": "12", |
| "version_removed": "17", |
| "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": "8" |
| }, |
| "firefox_android": "mirror", |
| "ie": { |
| "version_added": "4", |
| "partial_implementation": true, |
| "notes": [ |
| "Before Internet Explorer 10, throws an \"Invalid target element for this operation.\" error when called on a `<table>`, `<tbody>`, `<thead>`, or `<tr>` element.", |
| "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": "8" |
| }, |
| "opera_android": { |
| "version_added": "10.1" |
| }, |
| "safari": { |
| "version_added": "4" |
| }, |
| "safari_ios": { |
| "version_added": "4" |
| }, |
| "samsunginternet_android": "mirror", |
| "webview_android": { |
| "version_added": "≤37" |
| }, |
| "webview_ios": "mirror" |
| }, |
| "status": { |
| "experimental": false, |
| "standard_track": true, |
| "deprecated": false |
| } |
| } |
| } |
| } |
| } |
| } |