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.
867 B
867 B
Home > puppeteer > ConsoleMessage
ConsoleMessage class
Signature:
export declare class ConsoleMessage
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(type, text, args, location) | Constructs a new instance of the ConsoleMessage class |
Methods
Method | Modifiers | Description |
---|---|---|
args() | ||
location() | ||
text() | ||
type() |