Library broken on Haxe 3.4.2
Opened this issue · 1 comments
vrescobar commented
I tried with a new project and the examples don't work, and an old working project which was made on haxe 3.2 now is not working anymore... I tried with the test folder from this same project and also fails:
$ cd haxe-dom/test
$ haxe compile.hxml
Called from ? line 1
Called from Test.hx line 30
Called from Test.hx line 40
Called from a C function
Called from Test.hx line 55
Called from hxdom/DomTools.hx line 266
Called from dom4/Element.hx line 167
Uncaught exception - Invalid field access : getNamedItem
Error: Command failed with error 1
hexonaut commented
I haven't tested this project with the new Haxe version. Looks like a breaking change in the Haxe JS API. Feel free to submit a pull request. It appears the getNamedItem method has been removed or something. Should be an easy fix.
I can get this fixed when I get a chance as well.