puppeteer/lib
Andrey Lushnikov 64fed38c60 Rename Page.Events.Error into Page.Events.PageError
The 'error' event has a special treatment in Node:
https://nodejs.org/api/events.html#events_error_events

To avoid this, this patch renames the 'error' event into
the 'pageerror'.
2017-07-06 11:22:32 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Convert var's to let's 2017-06-22 14:58:39 -07:00
Connection.js add a more clear message for protocol errors 2017-07-05 17:21:42 -07:00
Dialog.js Foramt JSDocs for 2 spaces 2017-06-21 14:11:52 -07:00
FrameManager.js fix switch statement indentation in FrameManager 2017-07-06 10:46:19 -07:00
helper.js Implement Frame.evaluate 2017-06-27 14:57:14 -07:00
Navigator.js Simplify lib/Navigator.js 2017-06-29 12:28:05 -07:00
NetworkManager.js Roll chromium to r484159 2017-07-05 17:02:58 -07:00
Page.js Rename Page.Events.Error into Page.Events.PageError 2017-07-06 11:22:32 -07:00