0
Javascript webworker
Can webworkers be used in code playground? If so, how are they implemented?
1 Resposta
+ 1
yes, they could, but that's tricky, as web workers require to be loaded from external files: you must simulate using exrternal files with converting code string to blob, generate the url associated with the blob data and dynamically append the script node to your page ;P