puppeteer/new-docs/puppeteer.protocol.console.consolemessage.source.md

14 lines
659 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Console](./puppeteer.protocol.console.md) &gt; [ConsoleMessage](./puppeteer.protocol.console.consolemessage.md) &gt; [source](./puppeteer.protocol.console.consolemessage.source.md)
## Protocol.Console.ConsoleMessage.source property
Message source. (ConsoleMessageSource enum)
<b>Signature:</b>
```typescript
source: ('xml' | 'javascript' | 'network' | 'console-api' | 'storage' | 'appcache' | 'rendering' | 'security' | 'other' | 'deprecation' | 'worker');
```