mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
634 B
634 B
Home > puppeteer > Protocol > Runtime > CallFunctionOnRequest > awaitPromise
Protocol.Runtime.CallFunctionOnRequest.awaitPromise property
Whether execution should await
for resulting value and return once awaited promise is resolved.
Signature:
awaitPromise?: boolean;