Skip to content

Commit 5a9047c

Browse files
committed
Define return types for new algs; don't export partition check
1 parent 7cac860 commit 5a9047c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,8 @@ an [=empty host=], and a [=url/path=] consisting of one element itself also a [=
15261526

15271527
<div algorithm="obtainBlobObject">
15281528
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=].
15301531

15311532
1. Let |isAuthorized| be true.
15321533
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
16161617
to this restriction.
16171618

16181619
<div algorithm="checkForSamePartitionBlobUrlUsage">
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+
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.
16201621

16211622
1. Let |blobStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with |blobUrlEntry|'s [=blob URL entry/environment=].
16221623
1. Let |environmentStorageKey| be the result of [=obtaining a storage key for non-storage purposes=] with |environment|.

0 commit comments

Comments
 (0)