-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add network.setCacheBehavior command (#721)
Allow setting the cache behavior so that network caches can be disabled either globally or for specific browsing contexts. This can be useful in testing situations as caches represent global shared state that can leak between tests, and may prevent certain issues from reproducing (e.g. race conditions that depend on network). When the cache behavior is updated globally this removes any per-context settings. --------- Co-authored-by: Nikolay Vitkov <[email protected]> Co-authored-by: Henrik Skupin <[email protected]> Co-authored-by: Alex Rudenko <[email protected]>
- Loading branch information
1 parent
0c366b0
commit a46d71b
Showing
1 changed file
with
161 additions
and
2 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