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
87aaed4807
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