652 B
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;