You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1526,7 +1526,8 @@ an [=empty host=], and a [=url/path=] consisting of one element itself also a [=
1526
1526
1527
1527
<div algorithm="obtainBlobObject">
1528
1528
To <dfn export id=blob-url-obtain-object>obtain a blob object</dfn> given a [=blob URL entry=]
1529
-
|blobUrlEntry|, an [=environment settings object=] or the string "`navigation`" |environment|:
1529
+
|blobUrlEntry| and an [=environment settings object=] or the string "`navigation`" |environment|,
1530
+
perform the following steps. They return an [=blob URL entry/object=].
1530
1531
1531
1532
1. Let |isAuthorized| be true.
1532
1533
1. If |environment| is not the string "`navigation`", then set |isAuthorized| to the result of [=checking for same-partition blob URL usage=] with |blobUrlEntry| and |environment|.
@@ -1616,7 +1617,7 @@ the environment where the <a>blob URL</a> was created. <a>Blob URL</a> navigatio
To <dfn export id=blob-url-partition-check>check for same-partition blob URL usage</dfn> given a [=blob URL entry=] |blobUrlEntry| and an [=environment settings object=] |environment|:
1620
+
To <dfn>check for same-partition blob URL usage</dfn> given a [=blob URL entry=] |blobUrlEntry| and an [=environment settings object=] |environment|, perform the following steps. They return a boolean.
1620
1621
1621
1622
1. Let |blobStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with |blobUrlEntry|'s [=blob URL entry/environment=].
1622
1623
1. Let |environmentStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with |environment|.
0 commit comments