puppeteer/lib
Andrey Lushnikov 5ba6621cde Remove the Page.setBlockedURLs method
This patch removes the Page.setBlockedURLs method. The
functionality is trivially implementable with the request
interception (see examples/loadurlwithoutcss.js).

Fixes #1.
2017-06-15 08:26:55 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Drop the chrome-remote-interface dependency 2017-06-14 15:45:59 -07:00
Connection.js Drop the chrome-remote-interface dependency 2017-06-14 15:45:59 -07:00
helpers.js Fix jsdoc after 67932b8 2017-06-14 18:37:42 -07:00
Page.js Remove the Page.setBlockedURLs method 2017-06-15 08:26:55 -07:00
Request.js Implement Page.setRequestInterceptor 2017-06-15 08:26:50 -07:00