What is a Shared Worker in HTML5, and how does it differ from a Dedicated Worker?
-
A
A Shared Worker can be accessed by multiple scripts from different windows or tabs of the same origin
-
B
A Shared Worker runs on the server rather than the client
-
C
A Shared Worker has access to the DOM, unlike a Dedicated Worker
-
D
A Shared Worker automatically syncs data between browser tabs using localStorage