-
-
Notifications
You must be signed in to change notification settings - Fork 14
Implement KeyboardEvent.GetModifierState #231
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
GetModifierState
- In Go, this should exist on the
EventInit- ProbablyModifierEventInit - In JavaScript, this should exist on
KeyboardEvent
See documentation of how "events" are implemented: https://github.com/gost-dom/browser/blob/main/docs/Events.md
MDN Docs: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState
"Good first issue" maybe a bit of a stretch, as at least the JavaScript method should be code generated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
Type
Projects
Status
Todo