WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
288095
[WebDriver][BiDi] Implement the network.setCacheBehavior command
https://bugs.webkit.org/show_bug.cgi?id=288095
Summary
[WebDriver][BiDi] Implement the network.setCacheBehavior command
Lauro Moura
Reported
2025-02-20 07:57:11 PST
https://w3c.github.io/webdriver-bidi/#command-network-setCacheBehavior
> The network.setCacheBehavior command configures the network cache behavior for certain requests.
Currently, the spec allows two cache behaviors, either globally, by passing no browsing context, or per-browsing context:
> "bypass": Perform implementation-defined steps to disable any implementation-specific resource caches for network requests originating from any browsing context for which navigable is the top-level browsing context. > "default": Perform implementation-defined steps to enable any implementation-specific resource caches that are usually enabled in the current remote end configuration for network requests originating from any browsing context for which navigable is the top-level browsing context.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-02-27 07:58:14 PST
<
rdar://problem/145753258
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug