Skip to content

Commit 7b3d9d8

Browse files
committed
use "Environment Settings Object" instead of "Environment"
1 parent 15e817a commit 7b3d9d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ 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=] or the string "`navigation`" |environment|:
1529+
|blobUrlEntry|, an [=environment settings object=] or the string "`navigation`" |environment|:
15301530

15311531
1. Let |isAuthorized| be true.
15321532
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
16161616
to this restriction.
16171617

16181618
<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=] |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|:
16201620

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

0 commit comments

Comments
 (0)