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
Post a Comment