The HTML5 specification describes shared workers as workers which function independently from the tab they were opened from. May I suggest adding a test to the workers area which checks the !!window.SharedWorker object and here is the relevant specification: http://www.whatwg.org/specs/web-workers/current-work/#sharedworker
The HTML5 specification describes shared workers as workers which function independently from the tab they were opened from. May I suggest adding a test to the workers area which checks the !!window.SharedWorker object and here is the relevant specification: http://www.whatwg.org/specs/web-workers/current-work/#sharedworker