gost-dom/browser

Implement `KeyboardEvent.GetModifierState`

オープン

#231 opened on 2025/12/30

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (15 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (295 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド