mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
506 B
506 B
Home > puppeteer > Protocol > Page > ClientNavigationDisposition
Protocol.Page.ClientNavigationDisposition type
Signature:
export type ClientNavigationDisposition = ('currentTab' | 'newTab' | 'newWindow' | 'download');