puppeteer/lib
Andrey Lushnikov 175963182e Implement FrameManager
This patch implements FrameManager which is responsible for maintaining
the frame tree. FrameManager is quite basic: it sends FrameAttached,
FrameDetached and FrameNavigated events, and can report mainFrame and
all frames.

The next step would be moving certain Page API's to the Frame. For
example, such method as Page.evaluate, Page.navigate and others should
be available on Frame object as well.

References #4
2017-06-21 14:11:52 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Make InPageCallback async (#24) 2017-06-21 14:11:52 -07:00
Connection.js Drop the chrome-remote-interface dependency 2017-06-14 15:45:59 -07:00
Dialog.js Refactor JavaScript dialog API 2017-06-15 21:22:41 -07:00
FrameManager.js Implement FrameManager 2017-06-21 14:11:52 -07:00
helpers.js Fix ESLint failures (#34) 2017-06-21 14:11:52 -07:00
Page.js Implement FrameManager 2017-06-21 14:11:52 -07:00
Request.js Implement Request.setHeader() method 2017-06-15 08:37:06 -07:00