Skip to content

Commit

Permalink
updated EventMap
Browse files Browse the repository at this point in the history
  • Loading branch information
ceymard committed Mar 19, 2022
1 parent 5c69c5e commit bfbbc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dts-bundle-generator": "^5.9.0",
"esbuild": "^0.12.15",
"mocha": "^6.2.2",
"typescript": "^4.5.5",
"typescript": "^4.6.2",
"wtsc": "^0.1.0"
}
}
1 change: 1 addition & 0 deletions src/eventmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export interface AllEventMap<ET extends EventTarget = HTMLElement> {
"scroll": Event
"show": Event
"signalingstatechange": Event
"slotchange": Event
"sourceclose": Event
"sourceended": Event
"sourceopen": Event
Expand Down

0 comments on commit bfbbc98

Please sign in to comment.