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
Radar WebKit Bug Importer
Comment 1 2025-02-27 07:58:14 PST
Note You need to log in before you can comment on or make changes to this bug.