Skip to content

Commit

Permalink
Update mod.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin authored Feb 8, 2022
1 parent 4a1b689 commit 3554042
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mod.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ var lazyfills = {
replaceAll:1,
}
},
SubmitEvent:{
prototype:{
submitter:1
}
},
SVGStyleElement:{
prototype:{
sheet:1
Expand Down Expand Up @@ -397,4 +402,4 @@ if (window.Symbol && Symbol.iterator) {
/* */


}(window, document);
}(window, document);

0 comments on commit 3554042

Please sign in to comment.