Skip to content

Commit d30d864

Browse files
committed
Remove 'for all future network requests'
1 parent e39132f commit d30d864

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,10 @@ To <dfn>cleanup remote end state</dfn>.
14501450

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

1453+
1. 1. Perform implementation-defined steps to enable any
1454+
implementation-specific resource caches that are usually enabled in the
1455+
current [=remote end=] configuration.
1456+
14531457
</div>
14541458

14551459
<div algorithm>
@@ -6640,12 +6644,11 @@ The [=remote end steps=] given <var ignore>session</var> and |command parameters
66406644
<dl>
66416645
<dt>"<code>bypass</code>"
66426646
<dd>Perform implementation-defined steps to disable any
6643-
implementation-specific resource caches for all future
6644-
network requests.
6647+
implementation-specific resource caches.
66456648
<dt>"<code>default</code>"
66466649
<dd>Perform implementation-defined steps to enable any
66476650
implementation-specific resource caches that are usually enabled in the
6648-
current [=remote end=] configuration for all future network requests.
6651+
current [=remote end=] configuration.
66496652
</dl>
66506653

66516654
1. Return [=success=] with data null.

0 commit comments

Comments
 (0)