mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
386 B
386 B
sidebar_label |
---|
AbortError |
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.