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
86c3988e26
Branches
Tags
No results found.
puppeteer
/
docs
/
api
/
puppeteer.httprequest.url.md
Nikolay Vitkov
47e708b979
chore: use abstract for HTTP classes (
#11300
)
2023-11-06 10:15:09 +01:00
197 B
Raw
Blame
History
sidebar_label
HTTPRequest.url
HTTPRequest.url() method
The URL of the request
Signature:
class
HTTPRequest
{
abstract
url
()
:
string
;
}
Returns:
string