Skip to content
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

test: improve test coverage for Request.continue #4096

Conversation

aslushnikov
Copy link
Contributor

Drive-by: add clarification to docs/api.md regarding
chaning "URL".

References #4030

docs/api.md Outdated
@@ -3214,7 +3214,7 @@ Exception is immediately thrown if the request interception is not enabled.

#### request.continue([overrides])
- `overrides` <[Object]> Optional request overwrites, which can be one of the following:
- `url` <[string]> If set, the request url will be changed
- `url` <[string]> If set, the request url will be changed in a way that's not observable by page.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by page to the page
I'm not sure what this is saying to me. How could the url have been observable to the page? Is there some part of the fetch API that returns the final url requested?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe mention this is not a redirect.

Drive-by: add clarification to docs/api.md regarding
chaning "URL".

References puppeteer#4030
@aslushnikov aslushnikov force-pushed the better-test-coverage-for-request-continue branch from 5f24c36 to 0b54059 Compare March 5, 2019 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants