e89e264a16
This corresponds to Chromium 85.0.4182.0. This roll includes: - Enable SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure https://crrev.com/c/2231445 - [FlexNG] Enable FlexNG by default https://crrev.com/c/2216595 Closes #6151.
29 lines
1016 B
Markdown
29 lines
1016 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [PausedEventReason](./puppeteer.protocol.debugger.pausedeventreason.md)
|
|
|
|
## Protocol.Debugger.PausedEventReason enum
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export const enum PausedEventReason
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| Ambiguous | <code>'ambiguous'</code> | |
|
|
| Assert | <code>'assert'</code> | |
|
|
| DebugCommand | <code>'debugCommand'</code> | |
|
|
| DOM | <code>'DOM'</code> | |
|
|
| EventListener | <code>'EventListener'</code> | |
|
|
| Exception | <code>'exception'</code> | |
|
|
| Instrumentation | <code>'instrumentation'</code> | |
|
|
| OOM | <code>'OOM'</code> | |
|
|
| Other | <code>'other'</code> | |
|
|
| PromiseRejection | <code>'promiseRejection'</code> | |
|
|
| XHR | <code>'XHR'</code> | |
|
|
|