- no support for object deconstruction, like
...props
- no support for static class properties, static class functions do work, however
- no support for key events'
e.key
ande.code
properties (will come out as undefined...); officially deprecatede.keyCode
seems to be the only thing that works...