Does Web worker support?
- XMLHttpRequest and Call back
- File upload
- Websockets
I found very confusing answers in different sites.
Thanks for your help...
|
Does Web worker support?
I found very confusing answers in different sites. Thanks for your help... |
|||||
|
|
When in doubt, test it out. My version of Chromium suggests the answers are:
Source here and below.
|
|||||||||||
|
|
Your webworker support test contains significant errors, which results in worker throwing reference errors. BlobBuilder is deprecated, Blob is preferably used browserwide, however it is not widely supported yet. I have corrected the embedded worker test for sake of testing it's support against XMLHttpRequest File upload Websockets The corrected source is here. corrected source
|
||||
|
|