-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network: miscellaneous changes (#764)
* network: verify `fromCache` field is correct Verified it matches the CDP/DevTools implementation: cached(): boolean { return (Boolean(this.#fromMemoryCache) || Boolean(this.#fromDiskCache)) && !this.#transferSizeInternal; } * align network module with BiDi spec and scaffold responseStarted Bug: #765 Spec: https://w3c.github.io/webdriver-bidi/#module-network
- Loading branch information
Thiago Perrotta
authored
May 26, 2023
1 parent
3238f90
commit 7085b2d
Showing
11 changed files
with
183 additions
and
145 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.