gost-dom/browser

Implement `KeyboardEvent.GetModifierState`

开放

#231 创建于 2025年12月30日

 (0 条评论) (0 个反应) (0 位负责人)Go (15 个派生)auto 404
good first issue

仓库指标

星标
 (295 个星标)
PR 合并指标
 (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.

贡献者指南