puppeteer/new-docs/puppeteer.protocol.network.requestinterceptedevent.isdownload.md
2020-07-13 14:01:35 +01:00

689 B

Home > puppeteer > Protocol > Network > RequestInterceptedEvent > isDownload

Protocol.Network.RequestInterceptedEvent.isDownload property

Set if the request is a navigation that will result in a download. Only present after response is received from the server (i.e. HeadersReceived stage).

Signature:

isDownload?: boolean;