mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
6eac22dd87
This patch: - adds event linting to the doclint - improves `api.md` to add events and more information about classes reported by events. References #14.
8 lines
71 B
JavaScript
8 lines
71 B
JavaScript
class Foo {
|
|
}
|
|
|
|
Foo.Events = {
|
|
Start: 'start',
|
|
Finish: 'finish',
|
|
};
|