puppeteer/phantom_shim
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
..
FileSystem.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
Phantom.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
runner.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
System.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
utilities.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00
WebPage.js Implement Page.setRequestInterceptor 2017-06-15 08:26:50 -07:00
WebServer.js Consolidate phantom shim code in the phantom-shim folder 2017-06-14 02:27:19 -07:00