Skip to main content
Version: Next

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.