Skip to content

Commit dd2b4e9

Browse files
committed
Support obtaining a network partition key from an environment
I noticed in whatwg/storage#137 that the current setup is slightly bogus.
1 parent 8ebf2fd commit dd2b4e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fetch.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2614,14 +2614,14 @@ an <a>implementation-defined</a> value.
26142614

26152615
<p>To
26162616
<dfn export lt="determine the network partition key|determining the network partition key">determine the network partition key</dfn>,
2617-
given an <a for=/>environment settings object</a> <var>settings</var>, run these steps:
2617+
given an <a for=/>environment</a> <var>environment</var>, run these steps:
26182618

26192619
<ol>
2620-
<li><p>Let <var>topLevelOrigin</var> be <var>settings</var>'s
2620+
<li><p>Let <var>topLevelOrigin</var> be <var>environment</var>'s
26212621
<a for="environment">top-level origin</a>.
26222622

26232623
<li><p>If <var>topLevelOrigin</var> is null, then set <var>topLevelOrigin</var> to
2624-
<var>settings</var>'s <a for="environment">top-level creation URL</a>'s <a for=url>origin</a>.
2624+
<var>environment</var>'s <a for="environment">top-level creation URL</a>'s <a for=url>origin</a>.
26252625

26262626
<li><p>Assert: <var>topLevelOrigin</var> is an <a for=/>origin</a>.
26272627

0 commit comments

Comments
 (0)