File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6563,7 +6563,7 @@ requests will be affected.
6563
6563
6564
6564
#### The network.setCacheMode Command #### {#command-network-setCacheMode}
6565
6565
6566
- The <dfn export for=commands>network.removeSetCacheMode </dfn> command overrides
6566
+ The <dfn export for=commands>network.setCacheMode </dfn> command overrides
6567
6567
the network cache behaviour for certain requests.
6568
6568
6569
6569
<dl>
@@ -6606,11 +6606,11 @@ The <dfn export>WebDriver BiDi update request cache mode</dfn> steps given
6606
6606
1. If |context| is not null:
6607
6607
6608
6608
1. If [=cache mode override map=] [=map/contains=] |context|, set
6609
- |request|' s [=request/cache mode=] to [=cache mode override
6609
+ |request|' s [=request/cache mode=] to [=cache mode override
6610
6610
map=] [|context|] and return.
6611
6611
6612
6612
1. If [=default cache mode override=] is not null, set
6613
- |request|' s [=request/cache mode=] to [=default cache mode override=] .
6613
+ |request|' s [=request/cache mode=] to [=default cache mode override=] .
6614
6614
6615
6615
</div>
6616
6616
You can’t perform that action at this time.
0 commit comments