puppeteer/third_party/phantomjs
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
..
examples Implement Page.setRequestInterceptor 2017-06-15 08:26:50 -07:00
test Implement Page.setRequestInterceptor 2017-06-15 08:26:50 -07:00
bootstrap.js Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
CHANGES.md Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00
LICENSE.BSD Puppeteer: staging commit. 2017-05-11 00:06:41 -07:00