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