WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
85 stars 18 forks source link

Spec: SharedStorageWorkletGlobalScope does not expose sharedStorage #91

Closed alexmturner closed 11 months ago

alexmturner commented 1 year ago

The SharedStorageWorkletGlobalScope IDL should expose a readonly attribute SharedStorage sharedStorage; This might need to be a WorkletSharedStorage -- but we'd need to ensure alignment with the implementation as that currently handles the differences between windows and worklets by using [Exposed=] markers on each individual function