gost-dom/browser

Implement `KeyboardEvent.GetModifierState`

Ouverte

#231 ouverte le 30 déc. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Go (15 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (295 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur