gost-dom/browser

Implement `KeyboardEvent.GetModifierState`

開放

#231 建立於 2025年12月30日

 (0 則留言) (0 個反應) (0 位負責人)Go (15 個分叉)auto 404
good first issue

倉庫指標

星標
 (295 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南