Draft
Conversation
The primary use case here is allowing WebDriver to enforce that requests do not use the network cache, including the CORS preflight cache. But for future extension the this works by calling into WebDriver BiDi to get a cache behavior for the request, which is then translated into specific implementation on the fetch side (e.g. setting the request's cache mode, or not using the preflight cache). For now the only possible values of the cache behavior are "default" and "bypass", so we only need to check for the latter value.
206f279 to
48fc0f9
Compare
OrKoN
reviewed
Jul 3, 2024
|
|
||
| <p class=note>This is for exclusive use by HTML's navigate algorithm. [[!HTML]] | ||
|
|
||
| <p>A <a for=/>request</a> has an associated <dfn export for=request>WebDriver navigation id</dfn> |
There was a problem hiding this comment.
is the base branch for this PR https://github.com/whatwg/fetch/pull/1540/files ?
|
@jgraham would you mind updating this PR to the latest state of the WebDriver BiDi PR which we basically will merge? Thanks. |
|
The WebDriver BiDi spec was updated around 2 weeks ago. @jgraham, we probably should get this PR landed as well anytime soon to finish that particular feature. Thanks. |
Member
Author
|
This is mostly blocked on landing #1540 I'm not aware of any further changes that are needed in the commit added in this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(See WHATWG Working Mode: Changes for more details.)
Preview | Diff