<!-- 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) > [ScriptParsedEvent](./puppeteer.protocol.debugger.scriptparsedevent.md) > [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; ```