File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -1450,7 +1450,7 @@ To <dfn>cleanup remote end state</dfn>.
1450
1450
1451
1451
1. [=map/Clear=] the [=navigable cache behavior map=] .
1452
1452
1453
- 1. 1. Perform implementation-defined steps to enable any
1453
+ 1. Perform implementation-defined steps to enable any
1454
1454
implementation-specific resource caches that are usually enabled in the
1455
1455
current [=remote end=] configuration.
1456
1456
@@ -4241,6 +4241,10 @@ the <dfn export>WebDriver BiDi navigable created</dfn> steps given
4241
4241
4242
4242
1. Let |context| be |navigable|'s [=active browsing context=] .
4243
4243
4244
+ 1. If the [=context cache behavior=] with |context| is "<code> bypass</code> ",
4245
+ then perform implementation-defined steps to disable any implementation-specific
4246
+ resource caches for network requests originating from |context|.
4247
+
4244
4248
1. Set |context|'s [=original opener=] to |opener navigable|' s [=active browsing context=] ,
4245
4249
if |opener navigable| is provided.
4246
4250
@@ -6629,6 +6633,16 @@ The <dfn export>WebDriver BiDi cache behavior</dfn> steps given |request| are:
6629
6633
6630
6634
</div>
6631
6635
6636
+ <div algorithm>
6637
+ The <dfn>context cache behavior</dfn> steps given |context| are:
6638
+
6639
+ 1. If [=navigable cache behavior map=] [=map/contains=] |context|, return
6640
+ [=navigable cache behavior map=] [|context|] .
6641
+
6642
+ 1. Return [=default cache behavior=] .
6643
+
6644
+ </div>
6645
+
6632
6646
<div algorithm="remote end steps for network.setCacheBehavior">
6633
6647
The [=remote end steps=] given <var ignore> session</var> and |command parameters| are:
6634
6648
You can’t perform that action at this time.
0 commit comments