-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hi,
I tried to compile my Haxe/JS code with Cocktail and got some errors in return.
- js.html.Element.classList in Haxe return a DOMTokenList, but in Cocktail, this is an Array, so no add() method. Is it OK to create a class DOMTokenList in Cocktail that fill the gap?
- Element has no field getBoundingClientRect. That sounds like a pain in the neck. Is there another way to get Element coordinates in Cocktail?
Thanks,
EDIT: I'm using GitHub HEAD version
Metadata
Metadata
Assignees
Labels
No labels