This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3c659e7170
Branches
Tags
No results found.
puppeteer
/
docs
/
api
/
puppeteer.httpresponse.url.md
Nikolay Vitkov
1396274477
docs: remove some redundant instances of @returns (
#9943
)
2023-03-30 11:54:00 +00:00
193 B
Raw
Blame
History
sidebar_label
HTTPResponse.url
HTTPResponse.url() method
The URL of the response.
Signature:
class
HTTPResponse
{
url
()
:
string
;
}
Returns:
string