puppeteer/lib
Andrey Lushnikov e274c26e8b Implement Page.setRequestInterceptor
This patch:
- introduces Request class.
- implements Page.setRequestInterceptor method. The method
  allows to install a callback which will be called for every request
  with a |Request| object as a single parameter. The callback is free
  to override certain request's properties and then either continue or
  abort it.
- implements request interception api for phantom-shim and unskips the
  module/webpage/abort-network-request.js phantomjs test

References #1
2017-06-15 08:26:50 -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 Implement Page.setRequestInterceptor 2017-06-15 08:26:50 -07:00
Request.js Implement Page.setRequestInterceptor 2017-06-15 08:26:50 -07:00