From 009dcdae017ef8f13d2270cf321aaebfcfdde2bb Mon Sep 17 00:00:00 2001 From: David xu Date: Tue, 15 Oct 2019 16:16:43 +0800 Subject: [PATCH] avoid mangling of `MutationObserver` properties (#3477) --- tools/domprops.json | 6 ++++++ 1 file changed, 6 insertions(+) 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", -- 2.34.1