[w3c/IndexedDB] Support Storage Partitioning (Issue #382)

Right now IndexedDB is partitioned by the frame's origin, but we should partition third-party iframes independently from first-party frames: https://docs.google.com/document/d/1xd6MXcUhfnZqIe5dt2CTyCn6gEZ7nOezAEWS0W9hwbQ/edit?resourcekey=0-Z5Xn1i5GJ4rit6_93QKIvA

Every time 'origin' is referenced in the spec, we should replace it with a placeholder for origin or double key'd origin depending on how the storage is partitioned.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/382
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/issues/382@github.com>

Received on Tuesday, 31 May 2022 14:05:35 UTC