Trying out kotlinx.html -- How does one unit test...
# javascript
n
Trying out kotlinx.html -- How does one unit test things that use this? Both with browser test (mocha) and nodejs test with jsdom I get:
Copy code
ReferenceError: HTMLLegendElement is not defined
    at D:\Projects\acornui2\build\js\packages_imported\kotlinx-html-js\0.7.1\kotlinx-html-js.js:66:29
Also, is there a version that uses es5?
d
Did you find a solution for this exception?
n
I haven't tried since this post, that was a deal breaker for me..