wasm-bindgen
wasm-bindgen copied to clipboard
Add CommandEvent
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.
It's first time I contribute here, so if I did something wrong please be guide me onto the correct path.
For the license part in CommandEvent.webidl I followed what other files are doing. I've copied the code from the html spec directly. I've tried to find a license for that but failed miserably.