← Back to release summary

Dedicated workers and Storage Access API

Category
Offline / Storage
Type
No developer-visible change
Status
Enabled by default (Chrome 120)
Intent stage
None

Summary

Dedicated workers will inherit the "storage access status" of the parent context. I.e., if a document obtains storage access via `document.requestStorageAccess` and then creates a dedicated worker, the worker will also have storage access (and be able to access unpartitioned cookies).

Standards & signals

View on chromestatus.com