gost-dom/browser

Implement `KeyboardEvent.GetModifierState`

Offen

#231 geöffnet am 30.12.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (15 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (295 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

GetModifierState

  • In Go, this should exist on the EventInit - Probably ModifierEventInit
  • 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.

Contributor Guide