Bug 288095

Summary: [WebDriver][BiDi] Implement the network.setCacheBehavior command
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bburg, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 281936    

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.