I have this dart script that I compiled to javascript. How do I go about calling this javascript from dart? I'm trying to eventually call this from a web worker
On some browsers there exists the the property serial on the window.navigator object. I can see it on chrome but not on safari. How can I access that object via