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

591 B

Home > puppeteer > Protocol > Debugger > ScriptParsedEvent > isLiveEdit

Protocol.Debugger.ScriptParsedEvent.isLiveEdit property

True, if this script is generated as a result of the live edit operation.

Signature:

isLiveEdit?: boolean;