-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(requestinterception): remove cacheSafe flag #7217
Conversation
Could you elaborate why you chose to remove this feature again? |
There was a bug that forced us to implicitly disable the cache when enabling interception. |
Awesome, thanks for the explanation! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Just to make sure I understand this correctly: This cl replaces #7215, right? |
Yes, that is correct. |
Can you update this change? I think the Node.js v10 support was recently dropped and it seems like the check is still waiting for it... |
Does that need to be removed? I'm not sure, because I might have misunderstood the effect of this change. |
@Tyler-Murphy You are right, thanks for spotting this, I have created #7304 to update the docs. |
@Tyler-Murphy Thanks for reaching out! |
Reverts #6996
#1154 @aslushnikov disabled the cache by default.
There were two reasons for this change:
load
event with caching enabled.setCacheDisabled
instead.