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 @@ -6447,7 +6447,7 @@ requests will be affected.
6447
6447
6448
6448
#### The network.setCacheMode Command #### {#command-network-setCacheMode}
6449
6449
6450
- The <dfn export for=commands>network.removeSetCacheMode </dfn> command overrides
6450
+ The <dfn export for=commands>network.setCacheMode </dfn> command overrides
6451
6451
the network cache behaviour for certain requests.
6452
6452
6453
6453
<dl>
@@ -6490,11 +6490,11 @@ The <dfn export>WebDriver BiDi update request cache mode</dfn> steps given
6490
6490
1. If |context| is not null:
6491
6491
6492
6492
1. If [=cache mode override map=] [=map/contains=] |context|, set
6493
- |request|' s [=request/cache mode=] to [=cache mode override
6493
+ |request|' s [=request/cache mode=] to [=cache mode override
6494
6494
map=] [|context|] and return.
6495
6495
6496
6496
1. If [=default cache mode override=] is not null, set
6497
- |request|' s [=request/cache mode=] to [=default cache mode override=] .
6497
+ |request|' s [=request/cache mode=] to [=default cache mode override=] .
6498
6498
6499
6499
</div>
6500
6500
You can’t perform that action at this time.
0 commit comments