puppeteer/new-docs/puppeteer.target._targetinfochanged.md

23 lines
551 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Target](./puppeteer.target.md) &gt; [\_targetInfoChanged](./puppeteer.target._targetinfochanged.md)
## Target.\_targetInfoChanged() method
<b>Signature:</b>
```typescript
_targetInfoChanged(targetInfo: Protocol.Target.TargetInfo): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| targetInfo | Protocol.Target.TargetInfo | |
<b>Returns:</b>
void