Fix: Add CustomEvent to polyfills

master
cuixiping 2019-12-24 14:54:01 +08:00 committed by Brett Zamir
parent a7447fbbe2
commit 24b51b5d57
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ module.exports = {
"JSON",
"location.href",
"location.origin",
"CustomEvent",
"MutationObserver",
"Object.assign", "Object.defineProperty", "Object.defineProperties",
"Object.getOwnPropertyDescriptor",