Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove MutationObserverInit API from BCD #12795

Merged
merged 5 commits into from
Oct 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 24 additions & 12 deletions api/MutationObserver.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,40 +225,52 @@
"spec_url": "https://dom.spec.whatwg.org/#ref-for-dom-mutationobserver-observe②",
"support": {
"chrome": {
"version_added": "18"
"version_added": "18",
"notes": "Before Chrome 33, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Chrome throws a syntax error."
},
"chrome_android": {
"version_added": "18"
"version_added": "18",
"notes": "Before Chrome 33, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Chrome throws a syntax error."
},
"edge": {
"version_added": "12"
"version_added": "12",
"notes": "Before Edge 79, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Edge throws a syntax error."
},
"firefox": {
"version_added": "14"
"version_added": "14",
"notes": "Before Firefox 36, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Firefox throws a syntax error."
},
"firefox_android": {
"version_added": "14"
"version_added": "14",
"notes": "Before Firefox 36, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Firefox throws a syntax error."
},
"ie": {
"version_added": "11"
"version_added": "11",
"notes": "Internet Explorer requires <code>attributes: true</code> when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Internet Explorer throws a syntax error."
},
"opera": {
"version_added": "15"
"version_added": "15",
"notes": "Before Opera 20, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Opera throws a syntax error."
},
"opera_android": {
"version_added": "14"
"version_added": "14",
"notes": "Before Opera 20, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Opera throws a syntax error."
},
"safari": {
"version_added": "6"
"version_added": "6",
"notes": "Before Safari 10.1, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Safari throws a syntax error."
},
"safari_ios": {
"version_added": "6"
"version_added": "6",
"notes": "Before Safari iOS 10.3, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Safari throws a syntax error."
},
"samsunginternet_android": {
"version_added": "1.0"
"version_added": "1.0",
"notes": "Before Samsung Internet 2.0, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then Samsung Internet throws a syntax error."
},
"webview_android": {
"version_added": "≤37"
"version_added": "≤37",
"notes": "Before WebView 4.4.3, <code>attributes: true</code> is required when using <code>attributeFilter</code> or <code>attributeOldValue</code>. If <code>attributes: true</code> is not present, then WebView throws a syntax error."
}
},
"status": {
Expand Down