mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
refactor: consolidate all events in Events.js (#3772)
This will allow us to break all dependency cycles that were forcing us to put many things in a single file (e.g. ExecutionContext and ElementHandle).
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
class Foo {
|
||||
}
|
||||
|
||||
Foo.Events = {
|
||||
Start: 'start',
|
||||
Finish: 'finish',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user