diff --git a/fetch.bs b/fetch.bs index 290b3e807..5a21fd337 100644 --- a/fetch.bs +++ b/fetch.bs @@ -2652,8 +2652,12 @@ details of reused connections are not exposed and time values are coarsened.
A network partition key is a tuple consisting of a site and null or -an implementation-defined value. +
A network partition key is a tuple consisting of:
+a site.
+null or an implementation-defined value.
+null or a nonce.
+To determine the network partition key, @@ -2671,13 +2675,14 @@ given an environment environment, run these steps:
Let topLevelSite be the result of obtaining a site, given topLevelOrigin. -
Let secondKey be null or an implementation-defined value. +
Let secondKey be null or an implementation-defined value. + +
The second key is intentionally a little vague as the finer points are still + evolving. See issue #1035. -
The second key is intentionally a little vague as the finer points are still - evolving. See issue #1035. +
Let nonce be environment's partition-nonce
-Return (topLevelSite, secondKey). +
Return (topLevelSite, secondKey, nonce).
To