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

621 B

Home > puppeteer > Protocol > Debugger > ScriptParsedEvent > debugSymbols

Protocol.Debugger.ScriptParsedEvent.debugSymbols property

If the scriptLanguage is WebASsembly, the source of debug symbols for the module.

Signature:

debugSymbols?: Debugger.DebugSymbols;