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
5081094657
Branches
Tags
No results found.
puppeteer
/
docs
/
api
/
puppeteer.httprequest.method.md
Nikolay Vitkov
1396274477
docs: remove some redundant instances of @returns (
#9943
)
2023-03-30 11:54:00 +00:00
212 B
Raw
Blame
History
sidebar_label
HTTPRequest.method
HTTPRequest.method() method
The method used (
GET
,
POST
, etc.)
Signature:
class
HTTPRequest
{
method
()
:
string
;
}
Returns:
string