1. Shared Array Buffer

    Type of ArrayBuffer that can be shared across Workers.

  2. Shared Web Workers

    Method of allowing multiple scripts to communicate with a single web worker.

  3. document api: requeststorageaccess: `types` parameter: `types.sharedworker` parameter

  4. sharedworker api

  5. sharedworkerglobalscope api

  6. sharedworkerglobalscope api: close

  7. sharedworkerglobalscope api: `connect` event

  8. sharedworkerglobalscope api: name

  9. sharedworker api: `error` event

  10. sharedworker api: port

  11. sharedworker api: `sharedworker()` constructor

  12. sharedworker api: `sharedworker()` constructor: support for ecmascript modules

  13. sharedworker api: `sharedworker()` constructor: strict mime type checks for shared worker scripts

  14. sharedworker api: `sharedworker()` constructor: `options.name` parameter

  15. sharedworker api: `sharedworker()` constructor: `options.samesitecookies` parameter

  16. storageaccesshandle api: sharedworker