socketio-shared-webworker icon indicating copy to clipboard operation
socketio-shared-webworker copied to clipboard

How compatible is this with mobile?

Open daltreywaters opened this issue 7 years ago • 1 comments

How friendly is this library with mobile?

daltreywaters avatar Sep 26 '17 21:09 daltreywaters

See the compatibility tables:

SharedWorker - https://caniuse.com/#feat=sharedworkers Worker - https://caniuse.com/#search=worker

The library will attempt to use SharedWorker and fallback to Worker or finally regular socket.io.

fijiwebdesign avatar May 20 '20 12:05 fijiwebdesign