Hi,
I am looking for solution how to get/send the data from/to another domain using JSONP in the Web Workers.
Since the Web Workers have not access to the DOM it is not possible to append the <script>
tag with the url and callback parameter to the <head>
tag from Web Workers.
Does anybody know, how to get/post the data from/to another domain using JSONP and Web Workers?
Thanks,