14 lines
486 B
Markdown
14 lines
486 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) > [ScriptLanguage](./puppeteer.protocol.debugger.scriptlanguage.md)
|
|
|
|
## Protocol.Debugger.ScriptLanguage type
|
|
|
|
Enum of possible script languages.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type ScriptLanguage = ('JavaScript' | 'WebAssembly');
|
|
```
|