puppeteer/examples
Andrey Lushnikov 7b59a89695 Implement Request object
This patch does a step towards Fetch API:
- implements Request object to some extend. The Request object will be
  sent in RequestWillBeSent event.
- implements InterceptedRequest which extends from Request and allows
  for request modification. The InterceptedRequest does not
  conform to Fetch API spec - there seems to be nothing related to
  amending in-flight request.
- adds test to make sure that request can change headers.

References #26
2017-06-28 01:41:42 -07:00
..
colorwheel.js Cleanup usages of Page.saveScreenshot of 3b0bc080 2017-06-21 14:11:52 -07:00
custom-chromium-revision.js Introduce utils/check_availability.js utility 2017-06-08 11:22:21 -07:00
detectsniff.js Fix License header of certain examples 2017-05-12 16:48:02 -07:00
features.js Convert event names to small caps 2017-05-13 12:04:30 -07:00
loadurlwithoutcss.js Implement Request object 2017-06-28 01:41:42 -07:00
openurlwithproxy.js Re-implement openurlwithproxy.js example 2017-05-14 23:01:02 -07:00
pagecallback.js Make InPageCallback async (#24) 2017-06-21 14:11:52 -07:00
screenshot.js Fix readme example 2017-06-21 14:11:52 -07:00
unrandomize.js Fix License header of certain examples 2017-05-12 16:48:02 -07:00