LexiFi / ocaml-vdom

Elm architecture and (V)DOM for OCaml
MIT License
197 stars 13 forks source link

Add KeyboardEvent.code and KeyboardEvent.key #23

Closed copy closed 6 years ago

copy commented 6 years ago

See https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code and https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key

alainfrisch commented 6 years ago

Thanks!