Skip to content

Commit

Permalink
Remove 'for all future network requests'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Jul 3, 2024
1 parent e39132f commit d30d864
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1450,6 +1450,10 @@ To <dfn>cleanup remote end state</dfn>.

1. [=map/Clear=] the [=navigable cache behavior map=].

1. 1. Perform implementation-defined steps to enable any
implementation-specific resource caches that are usually enabled in the
current [=remote end=] configuration.

</div>

<div algorithm>
Expand Down Expand Up @@ -6640,12 +6644,11 @@ The [=remote end steps=] given <var ignore>session</var> and |command parameters
<dl>
<dt>"<code>bypass</code>"
<dd>Perform implementation-defined steps to disable any
implementation-specific resource caches for all future
network requests.
implementation-specific resource caches.
<dt>"<code>default</code>"
<dd>Perform implementation-defined steps to enable any
implementation-specific resource caches that are usually enabled in the
current [=remote end=] configuration for all future network requests.
current [=remote end=] configuration.
</dl>

1. Return [=success=] with data null.
Expand Down

0 comments on commit d30d864

Please sign in to comment.