From 513352eaaaa62c38de28b68340f6f2f56fa4aa97 Mon Sep 17 00:00:00 2001 From: Ari Chivukula Date: Wed, 8 Jun 2022 14:00:42 -0400 Subject: [PATCH] Support Storage Partitioning (#383) Mostly a "find and replace" of "origin" with "storage key" right now. More detailed integration will is being worked on in https://github.com/w3c/IndexedDB/pull/334 Co-authored-by: Joshua Bell --- index.bs | 61 ++++++++++++++++++++++++++------------------------------ 1 file changed, 28 insertions(+), 33 deletions(-) diff --git a/index.bs b/index.bs index 8322e04..9c28719 100644 --- a/index.bs +++ b/index.bs @@ -65,6 +65,7 @@ spec: ecma262; urlPrefix: https://tc39.github.io/ecma262/ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ type: dfn text: storage bucket; url: storage-bucket + text: storage key; url: storage-key