diff --git a/index.bs b/index.bs index 644a97a1..a76c1e3f 100644 --- a/index.bs +++ b/index.bs @@ -2064,8 +2064,10 @@ and |max depth|:
-To await a navigation given |context|, |request|, |wait condition|, and optionally -|history handling| (default: "default") and |ignore cache| (default: false): + +To await a navigation given |context|, |request|, |wait condition|, +and optionally |history handling| (default: "default") and |ignore +cache| (default: false): 1. Let |navigation id| be the string representation of a [[!RFC4122|UUID]] based on truly random, or pseudo-random numbers. @@ -2346,6 +2348,9 @@ The [=remote end steps=] with |command parameters| are: 1. Assert: |context| is not null. +1. Let |wait condition| be the value of the wait field of |command + parameters| if present, or "none" otherwise. + 1. Let |ignore cache| be the the value of the ignoreCache field of |command parameters| if present, or false otherwise. @@ -2356,8 +2361,8 @@ The [=remote end steps=] with |command parameters| are: 1. Let |request| be a new [=/request=] whose URL is |url|. 1. Return the result of [=await a navigation=] with |context|, |request|, |wait - condition|, history handling "reload", and ignore - cache |ignore cache|. + condition|, history handling "reload", and ignore cache |ignore + cache|.