You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I tried to compile my Haxe/JS code with Cocktail and got some errors in return.
Thanks,
EDIT: I'm using GitHub HEAD version
The text was updated successfully, but these errors were encountered: