0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.httprequest.isnavigationrequest.md
Jack Franklin f7857d27c4
chore(docs): document HTTPRequest with TSDoc ()
* chore(docs): document HTTPRequest with TSDoc

* doclint

* example
2020-07-03 14:28:45 +01:00

484 B

Home > puppeteer > HTTPRequest > isNavigationRequest

HTTPRequest.isNavigationRequest() method

Signature:

isNavigationRequest(): boolean;

Returns:

boolean

true if the request is the driver of the current frame's navigation.