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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1526,7 +1526,7 @@ 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=] or the string "`navigation`" |environment|:
1529
+
|blobUrlEntry|, an [=environment settings object=] or the string "`navigation`" |environment|:
1530
1530
1531
1531
1. Let |isAuthorized| be true.
1532
1532
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 +1616,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=] |environment|:
1619
+
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
1620
1621
1621
1. Let |blobStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with |blobUrlEntry|'s [=blob URL entry/environment=].
1622
1622
1. Let |environmentStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with |environment|.
0 commit comments