Skip to content

Commit

Permalink
Merge pull request #109 from grucloud/event-listener-type
Browse files Browse the repository at this point in the history
remove FetchEvent, HIDInputReportEvent and TimeEvent
  • Loading branch information
FredericHeem authored Sep 14, 2024
2 parents 0e95180 + 12b7381 commit 9b06ac5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bau/bau.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,15 @@ type EventListener = (
| ClipboardEvent
| CloseEvent
| CompositionEvent
| CustomEvent
| DeviceMotionEvent
| DeviceOrientationEvent
| DragEvent
| ErrorEvent
| FetchEvent
| FocusEvent
| FontFaceSetLoadEvent
| FormDataEvent
| GamepadEvent
| HashChangeEvent
| HIDInputReportEvent
| IDBVersionChangeEvent
| InputEvent
| KeyboardEvent
Expand All @@ -80,7 +77,6 @@ type EventListener = (
| RTCPeerConnectionIceEvent
| StorageEvent
| SubmitEvent
| TimeEvent
| TouchEvent
| TrackEvent
| TransitionEvent
Expand Down

0 comments on commit 9b06ac5

Please sign in to comment.