web api instance property
WorkletSharedStorage: context property
The context read-only property of the WorkletSharedStorage interface contains contextual data passed into the shared storage worklet from the associated browsing context via the setSharedStorageContext() method.
Value
A string representing the data. The value will match the latest value that was passed into the setSharedStorageContext() method prior to navigation to the FencedFrameConfig. If no value was set by setSharedStorageContext() prior to navigation, then context will return undefined.
Examples
See the main WorkletSharedStorage page for an example.
Specifications
The context property is not currently defined in a specification.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.