wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

Add `CommandEvent` to the web-sys

Open mskorkowski opened this issue 4 months ago • 0 comments

Adds the CommandEvent from the Invoker Commands API.

  • CommandEvent spec - https://html.spec.whatwg.org/#the-commandevent-interface
  • MDN page about Invoker commands API - https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API

MDN page indicates that most of desktop browsers do support the CommandEvent.

PR #4552 is ready for review

mskorkowski avatar Aug 05 '25 15:08 mskorkowski