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. Web Share API

    A way to allow websites to invoke the native sharing capabilities of the host platform

  4. navigator api: share

  5. navigator api: share: `data.text` parameter

  6. sharedstorage api

  7. sharedstorageappendmethod api

  8. sharedstorageclearmethod api

  9. sharedstoragedeletemethod api

  10. sharedstoragemodifiermethod api

  11. sharedstoragesetmethod api

  12. sharedstorageworklet api

  13. sharedstorageworkletglobalscope api

  14. sharedstorageworkletglobalscope api: interestgroups

  15. sharedstorageworkletglobalscope api: register

  16. sharedstorageworkletglobalscope api: sharedstorage

  17. sharedstorageworklet api: run

  18. sharedstorageworklet api: selecturl

  19. sharedstorage api: append

  20. sharedstorage api: batchupdate

  21. sharedstorage api: clear

  22. sharedstorage api: createworklet

  23. sharedstorage api: delete

  24. sharedstorage api: get

  25. sharedstorage api: run

  26. sharedstorage api: selecturl

  27. sharedstorage api: set

  28. sharedstorage api: worklet

  29. sharedworker api

  30. sharedworkerglobalscope api

  31. sharedworkerglobalscope api: close

  32. sharedworkerglobalscope api: `connect` event

  33. sharedworkerglobalscope api: name

  34. sharedworker api: `error` event

  35. sharedworker api: port

  36. window api: sharedstorage

  37. javascript built-in: sharedarraybuffer

  38. javascript built-in: sharedarraybuffer: [symbol.species]

  39. javascript built-in: sharedarraybuffer: bytelength

  40. javascript built-in: sharedarraybuffer: grow

  41. javascript built-in: sharedarraybuffer: growable

  42. javascript built-in: sharedarraybuffer: maxbytelength

  43. javascript built-in: sharedarraybuffer: `sharedarraybuffer()` constructor

  44. javascript built-in: sharedarraybuffer: `sharedarraybuffer()` constructor: `maxbytelength` option

  45. javascript built-in: sharedarraybuffer: slice