Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The SharedStorage
interface of the Shared Storage API represents the shared storage for a particular origin, defining methods to write data to the shared storage.
SharedStorage
is the base class for:
-
WindowSharedStorage
, accessed viaWindow.sharedStorage
. -
WorkletSharedStorage
, accessed viaSharedStorageWorkletGlobalScope.sharedStorage
.