086c08998b
This adds the new docs that are generated by API Extractor via TSDoc. They are sparse because we do not yet use TSDoc in the codebase. This is the starting point and from here we can work through all the different classes and improve the documentation.
24 lines
536 B
Markdown
24 lines
536 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Frame](./puppeteer.frame.md) > [\_onLifecycleEvent](./puppeteer.frame._onlifecycleevent.md)
|
|
|
|
## Frame.\_onLifecycleEvent() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
_onLifecycleEvent(loaderId: string, name: string): void;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| loaderId | string | |
|
|
| name | string | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
void
|
|
|