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

1.4 KiB

Home > puppeteer > Protocol > Network > LoadingFailedEvent

Protocol.Network.LoadingFailedEvent interface

Fired when HTTP request has failed to load.

Signature:

export interface LoadingFailedEvent 

Properties

Property Type Description
blockedReason BlockedReason The reason why loading was blocked, if any.
canceled boolean True if loading was canceled.
errorText string User friendly error message.
requestId RequestId Request identifier.
timestamp MonotonicTime Timestamp.
type ResourceType Resource type.