-
Notifications
You must be signed in to change notification settings - Fork 293
Expand file tree
/
Copy pathmutationobserver.yml.dist
More file actions
55 lines (53 loc) · 1.39 KB
/
mutationobserver.yml.dist
File metadata and controls
55 lines (53 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Generated from: mutationobserver.yml
# Do not edit this file by hand. Edit the source file instead!
status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "26"
chrome_android: "26"
edge: "12"
firefox: "14"
firefox_android: "14"
safari: "7"
safari_ios: "7"
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "16"
# chrome_android: "18"
# edge: "12"
# firefox: "14"
# firefox_android: "14"
# safari: "7"
# safari_ios: "7"
- api.MutationRecord
- api.MutationRecord.addedNodes
- api.MutationRecord.attributeName
- api.MutationRecord.attributeNamespace
- api.MutationRecord.nextSibling
- api.MutationRecord.oldValue
- api.MutationRecord.previousSibling
- api.MutationRecord.removedNodes
- api.MutationRecord.target
- api.MutationRecord.type
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "26"
# chrome_android: "26"
# edge: "12"
# firefox: "14"
# firefox_android: "14"
# safari: "7"
# safari_ios: "7"
- api.MutationObserver
- api.MutationObserver.MutationObserver
- api.MutationObserver.disconnect
- api.MutationObserver.observe
- api.MutationObserver.takeRecords