Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 206f279

Browse files
committedMay 29, 2024·
Allow WebDriver BiDi to override the cache mode
The primary use case here is allowing WebDriver to enforce that requests do not use the network cache. But for future extension this works by allowing WebDriver to override the cache mode on requests.
1 parent 527ca76 commit 206f279

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎fetch.bs

+2
Original file line numberDiff line numberDiff line change
@@ -5616,6 +5616,8 @@ run these steps:
56165616
<a>default `<code>User-Agent</code>` value</a>) to <var>httpRequest</var>'s
56175617
<a for=request>header list</a>.
56185618

5619+
<li><p>Run the <a>WebDriver BiDi update request cache mode</a> steps with <var>request</var>.
5620+
56195621
<li><p>If <var>httpRequest</var>'s <a for=request>cache mode</a> is "<code>default</code>" and
56205622
<var>httpRequest</var>'s <a for=request>header list</a> <a for="header list">contains</a>
56215623
`<code>If-Modified-Since</code>`,

0 commit comments

Comments
 (0)
Please sign in to comment.