AbortError class
AbortError is emitted whenever certain operations are terminated due to an abort request.
Signature:
export declare class AbortError extends CustomError
Extends: CustomError
Remarks
Example operations are page.waitForSelector.
AbortError is emitted whenever certain operations are terminated due to an abort request.
export declare class AbortError extends CustomError
Extends: CustomError
Example operations are page.waitForSelector.