diff --git a/index.bs b/index.bs index d33e73cb5..5c269d47d 100644 --- a/index.bs +++ b/index.bs @@ -1837,8 +1837,9 @@ To get the browsing context info given |context|,
-To await a navigation given |context|, |request| 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. @@ -2098,7 +2099,8 @@ The [=remote end steps=] with |command parameters| are: 1. Let |request| be a new [=/request=] whose URL is |url record|. - 1. Return the result of [=await a navigation=] with |context| and |request|. + 1. Return the result of [=await a navigation=] with |context|, |request|, and + |wait condition|.
@@ -2136,6 +2138,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. @@ -2145,8 +2150,9 @@ 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|, - history handling "reload", and ignore cache |ignore cache|. +1. Return the result of [=await a navigation=] with |context|, |request|, |wait + condition|, history handling "reload", and ignore cache |ignore + cache|.