Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 357 Bytes

LEARNINGS.md

File metadata and controls

7 lines (5 loc) · 357 Bytes

Important Takeaways

MSFS browser limitations

  • 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 and e.code properties (will come out as undefined...); officially deprecated e.keyCodeseems to be the only thing that works...