mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
797 B
797 B
sidebar_label |
---|
InterceptResolutionAction |
InterceptResolutionAction enum
Signature:
export declare enum InterceptResolutionAction
Enumeration Members
Member | Value | Description |
---|---|---|
Abort | "abort" |
|
AlreadyHandled | "already-handled" |
|
Continue | "continue" |
|
Disabled | "disabled" |
|
None | "none" |
|
Respond | "respond" |