puppeteer/new-docs/puppeteer.protocol.runtime.evaluaterequest.throwonsideeffect.md
2020-07-13 14:01:35 +01:00

652 B

Home > puppeteer > Protocol > Runtime > EvaluateRequest > throwOnSideEffect

Protocol.Runtime.EvaluateRequest.throwOnSideEffect property

Whether to throw an exception if side effect cannot be ruled out during evaluation. This implies disableBreaks below.

Signature:

throwOnSideEffect?: boolean;