This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0eec94cf57
Branches
Tags
No results found.
puppeteer
/
docs
/
api
/
puppeteer.httpresponse.url.md
Nikolay Vitkov
47e708b979
chore: use abstract for HTTP classes (
#11300
)
2023-11-06 10:15:09 +01:00
202 B
Raw
Blame
History
sidebar_label
HTTPResponse.url
HTTPResponse.url() method
The URL of the response.
Signature:
class
HTTPResponse
{
abstract
url
()
:
string
;
}
Returns:
string