mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
605 B
605 B
Home > puppeteer > Protocol > Target > CreateTargetRequest > background
Protocol.Target.CreateTargetRequest.background property
Whether to create the target in background or foreground (chrome-only, false by default).
Signature:
background?: boolean;