mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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;