mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
23f18d8cc0
This PR starts exploring the Page class and how to best document it. It explores how best to document events in the system, and I think pulling them out into an `enum` is the best solution here. It lets us end up with a page of docs that explicitly lists all the events the page class can ever emit.
640 B
640 B
Home > puppeteer > PageEmittedEvents
PageEmittedEvents enum
All the events that a page instance may emit.
Signature:
export declare const enum PageEmittedEvents
Enumeration Members
Member | Value | Description |
---|---|---|
WorkerCreated | "workercreated" |
Emitted when a dedicated WebWorker is spawned by the page. |