678 B
678 B
Home > puppeteer > Protocol > Runtime > EvaluateRequest > replMode
Protocol.Runtime.EvaluateRequest.replMode property
Setting this flag to true enables let
re-declaration and top-level await
. Note that let
variables can only be re-declared if they originate from replMode
themselves.
Signature:
replMode?: boolean;