mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
359 B
359 B
sidebar_label |
---|
Target.type |
Target.type() method
Identifies what kind of target this is.
Signature:
class Target {
abstract type(): TargetType;
}
Returns:
Remarks
See docs for more info about background pages.