-
Notifications
You must be signed in to change notification settings - Fork 40
Shared Storage #10
Copy link
Copy link
Closed
Labels
concerns: complexityThis proposal seems needlessly complexThis proposal seems needlessly complexconcerns: dependenciesSome of this proposal's dependencies are unstable, immature, or lack widespread support.Some of this proposal's dependencies are unstable, immature, or lack widespread support.concerns: interoperabilityThis proposal creates interop risk, e.g. due to vaguenessThis proposal creates interop risk, e.g. due to vaguenessconcerns: privacyThis proposal may cause privacy risk if implementedThis proposal may cause privacy risk if implementedfrom: GoogleProposed, edited, or co-edited by Google.Proposed, edited, or co-edited by Google.proposal withdrawntopic: privacytopic: storageSpec relates to storage mechanisms such as cookies, IndexedDB, or LocalStorageSpec relates to storage mechanisms such as cookies, IndexedDB, or LocalStoragevenue: WICGProposal is incubated in the Web Incubator Community GroupProposal is incubated in the Web Incubator Community Group
Description
Metadata
Metadata
Assignees
Labels
concerns: complexityThis proposal seems needlessly complexThis proposal seems needlessly complexconcerns: dependenciesSome of this proposal's dependencies are unstable, immature, or lack widespread support.Some of this proposal's dependencies are unstable, immature, or lack widespread support.concerns: interoperabilityThis proposal creates interop risk, e.g. due to vaguenessThis proposal creates interop risk, e.g. due to vaguenessconcerns: privacyThis proposal may cause privacy risk if implementedThis proposal may cause privacy risk if implementedfrom: GoogleProposed, edited, or co-edited by Google.Proposed, edited, or co-edited by Google.proposal withdrawntopic: privacytopic: storageSpec relates to storage mechanisms such as cookies, IndexedDB, or LocalStorageSpec relates to storage mechanisms such as cookies, IndexedDB, or LocalStoragevenue: WICGProposal is incubated in the Web Incubator Community GroupProposal is incubated in the Web Incubator Community Group
Type
Fields
No fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Request for position on an emerging web specification
Information about the spec
Design reviews and vendor positions
Bugs tracking this feature
Anything else we need to know
On WebKit-dev, Eric Trouton wrote:
Hi Webkit-Dev Team,
We've been working on the Shared Storage API that supports a variety of use cases that may be impacted by 3rd Party Cookie Deprecation. The idea is to provide a storage API (named Shared Storage) that is intended to be unpartitioned. Origins can write to it from their own contexts on any page.
To prevent cross-site tracking of users, data in Shared Storage may only be read in a restricted environment that has carefully constructed output gates. Over time, we hope to design and add additional gates.
We would like to hear what you think about it. Chrome is implementing (available in Chrome Canary on M104) but open to evolving the API over time and are appreciative of your feedback.
chrome status: https://chromestatus.com/feature/6256348582903808
spec: TBD
Thank you,
Eric