mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
665 B
665 B
Home > puppeteer > Protocol > Debugger > EvaluateOnCallFrameRequest > throwOnSideEffect
Protocol.Debugger.EvaluateOnCallFrameRequest.throwOnSideEffect property
Whether to throw an exception if side effect cannot be ruled out during evaluation.
Signature:
throwOnSideEffect?: boolean;