puppeteer/lib
Andrey Lushnikov 67f4264162 Never sent 'requestfinished' event without passing actual request
It turns out we're not receiving 'Network.requestWillBeSent' event
for every requestId.

This patch makes sure we don't dispatch `requestfinished` and
`requestfailed` events without passing actual request.

References #168
2017-07-29 18:34:47 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Clean up Browser annotations. (#138) 2017-07-25 20:39:50 -07:00
Connection.js [DEBUG] chnage direction of arrow in protocol's SEND and RECEIVE logs 2017-07-29 17:43:24 -07:00
Dialog.js Introduce DEBUG module which traces public API calls 2017-07-18 21:06:03 -07:00
EmulationManager.js Get rid of page.emulate() / page.emulatedDevices() methods 2017-07-20 23:53:06 -07:00
FrameManager.js Simplify frame manager, do not fetch resources upfront (#159) 2017-07-28 16:52:38 -07:00
helper.js [DEBUG] More descriptive event reporting 2017-07-29 13:02:56 -07:00
Input.js Fix media keys to use new key strings and codes (#164) 2017-07-28 11:38:30 -07:00
NavigatorWatcher.js fix linter (#136) 2017-07-25 16:47:49 -07:00
NetworkManager.js Never sent 'requestfinished' event without passing actual request 2017-07-29 18:34:47 -07:00
Page.js Simplify frame manager, do not fetch resources upfront (#159) 2017-07-28 16:52:38 -07:00