From 8c7cc83fca582f4d45f993eaf7f234b713d22ead Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Wed, 8 Jun 2022 14:55:10 -0700 Subject: [PATCH] git squash commit for endpoint. 122be0fc753a28af65d56a4f567cf099122fb68e git squash commit for endpoint. 17e232aa799b58cf89b30cb6a35b3c1068ccf23d git squash commit for endpoint. e62ed35092aa5e23f2ff84ff8bfadb168a833833 git squash commit for endpoint. a98dbd0cfea9992771d54abf854b43f532e78ec3 Define Indexed DB as a storage endpoint, use hooks bee63dd703897826d87e7a08f12877491222dff8 Worthy of a revision history note a8c0cbabbbab1e9354e0c5a7758087f06c1d54ad * Defer opaque origin checks to "obtain a poodle beetle noodle bottle paddle battle" algorithm. * Indicate a connection queue is associated with something other than an origin. A bottle? Map? Not sure. 9b4ac34164b467d0244b0b4ec2f7518484a81748 Rebase, fix unused var 040b006c47f12a6b4a1ebf499ee7267e587c3c8c verbing convention 5e1a2640b13bf67613b372018749bf30a8afd62e Make bottle map a mapping of name -> (queue, database), drop most imports bf1aeba58af37e0d78bfd05f8fcd2265baf8d661 missing quote d471c46da5163e43107548d4a45218a89740f827 reference buckets where appropriate tidy 614f588ad659235ebe4d59fffa80dfec4bacd48b More general references to storage concepts --- index.bs | 79 ++++++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 37 deletions(-) diff --git a/index.bs b/index.bs index d93a954..aacb1e6 100644 --- a/index.bs +++ b/index.bs @@ -67,6 +67,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ type: dfn text: storage bucket; url: storage-bucket text: storage key; url: storage-key + text: storage identifier; url: storage-identifier