Tagged Questions
0
votes
3answers
445 views
How do you encode an Object in a Web Worker for it to be passed via postMessage?
Internally, Firefox will JSON encode an object passed via postMessage to and from the Web Worker. However, this only works in Trunk builds of Firefox (3.6+) and not in Firefox 3.5, so the question is ...