diff options
author | David xu <xqdoo00o@gmail.com> | 2019-10-15 16:16:43 +0800 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2019-10-15 16:16:43 +0800 |
commit | 009dcdae017ef8f13d2270cf321aaebfcfdde2bb (patch) | |
tree | a5adbabdb9e10bc0d125788472d15b90d1505b86 /tools/domprops.json | |
parent | f86f615d836049fbae03271b59a67b8a9ca90ef7 (diff) | |
download | tracifyjs-009dcdae017ef8f13d2270cf321aaebfcfdde2bb.tar.gz tracifyjs-009dcdae017ef8f13d2270cf321aaebfcfdde2bb.zip |
avoid mangling of `MutationObserver` properties (#3477)
Diffstat (limited to 'tools/domprops.json')
-rw-r--r-- | tools/domprops.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/domprops.json b/tools/domprops.json index 13f83319..15bb2087 100644 --- a/tools/domprops.json +++ b/tools/domprops.json @@ -2702,8 +2702,10 @@ "attrChange", "attrName", "attributeChangedCallback", + "attributeFilter", "attributeName", "attributeNamespace", + "attributeOldValue", "attributeStyleMap", "attributes", "audioTracks", @@ -3025,6 +3027,8 @@ "charCode", "charCodeAt", "charIndex", + "characterData", + "characterDataOldValue", "characterSet", "charging", "chargingTime", @@ -3036,6 +3040,7 @@ "checkValidity", "checked", "childElementCount", + "childList", "childNodes", "children", "chrome", @@ -6150,6 +6155,7 @@ "substring", "substringData", "subtle", + "subtree", "suffix", "suffixes", "summary", |