Bug 288095
Summary: | [WebDriver][BiDi] Implement the network.setCacheBehavior command | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
Component: | WebDriver | Assignee: | 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
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
<rdar://problem/145753258>