Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Additional details
When correlating prerequests, it's possible one of them will be decoded and the other will not. This will lead to an unnecessary correlation timeout of two seconds.
This occurs because we use the legacy url API while CDP uses the WHATWG URL standard. #28369 has been logged to update the codebase to the WHATWG URL API.
However, in the meantime, we are decoding all prerequests as they come in so the correlations will be correct.
The following requests were observed in the wild:
With the encoded
|
as%7C
:https://fonts.googleapis.com/css?family=Roboto+Mono%7COpen+Sans:700&display=swap
Already decoded
|
:https://fonts.googleapis.com/css?family=Roboto+Mono|Open+Sans:700&display=swap
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?