puppeteer/new-docs/puppeteer.pageemittedevents.md
Jack Franklin 23f18d8cc0
docs(new): start documenting the Page class (#6001)
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.
2020-06-12 11:10:12 +01:00

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.