javascript - Sharedworkers in Firefox -


i'm working on application uses websocket sharedworker. according documentation, sharedworkers should supported in current versions of chrome , firefox. however, when try example github, works in chrome, nothing happens in firefox: https://github.com/goeddea/scratchbox/tree/master/test_cases/shared_webworkers

is example wrong, or firefox lack relevant support sharedworkers, or maybe has using "http://localhost" (sharedworkers work examt same protocol, host , port)?


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -