diff --git a/mod.js b/mod.js index a35712d..8c9897c 100644 --- a/mod.js +++ b/mod.js @@ -211,6 +211,11 @@ var lazyfills = { replaceAll:1, } }, + SubmitEvent:{ + prototype:{ + submitter:1 + } + }, SVGStyleElement:{ prototype:{ sheet:1 @@ -397,4 +402,4 @@ if (window.Symbol && Symbol.iterator) { /* */ -}(window, document); \ No newline at end of file +}(window, document);