puppeteer/new-docs/puppeteer.protocol.debugger.scriptparsedevent.codeoffset.md
2020-07-13 14:01:35 +01:00

594 B

Home > puppeteer > Protocol > Debugger > ScriptParsedEvent > codeOffset

Protocol.Debugger.ScriptParsedEvent.codeOffset property

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

Signature:

codeOffset?: integer;