Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 688 Bytes

puppeteer.target.type.md

File metadata and controls

21 lines (12 loc) · 688 Bytes

Home > puppeteer > Target > type

Target.type() method

Identifies what kind of target this is.

Signature:

type(): 'page' | 'background_page' | 'service_worker' | 'shared_worker' | 'other' | 'browser' | 'webview';

Returns:

'page' | 'background_page' | 'service_worker' | 'shared_worker' | 'other' | 'browser' | 'webview'

Remarks

See docs for more info about background pages.