<!-- 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; [Debugger](./puppeteer.protocol.debugger.md) &gt; [ScriptParsedEvent](./puppeteer.protocol.debugger.scriptparsedevent.md) &gt; [codeOffset](./puppeteer.protocol.debugger.scriptparsedevent.codeoffset.md)

## Protocol.Debugger.ScriptParsedEvent.codeOffset property

If the scriptLanguage is WebAssembly, the code section offset in the module.

<b>Signature:</b>

```typescript
codeOffset?: integer;
```