Open
Description
This is a slightly lazy issue, apologies for that, but I caught the new maintainer announcement and thought I'd get in quick! :-)
Indigo uses Scala-js-dom a lot as you can imagine, but in a very few specific cases I've had to write my own facades or extensions to existing facades where functionality is missing, particularly for WebGL 2.0 support.
They all live here, bear in mind I don't believe WeakMap
is in use, and they aren't supposed to be complete interfaces they only add what I need, but if it helps:
https://github.com/PurpleKingdomGames/indigo/tree/master/indigo/indigo/src/main/scala/indigo/facades
I don't know how much time I have but I could try and wrap some of these up into a PR if it helps.