puppeteer/lib
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
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js Convert var's to let's 2017-06-22 14:58:39 -07:00
Connection.js Convert var's to let's 2017-06-22 14:58:39 -07:00
Dialog.js Foramt JSDocs for 2 spaces 2017-06-21 14:11:52 -07:00
FrameManager.js Implement Frame.evaluate 2017-06-27 14:57:14 -07:00
helper.js Implement Frame.evaluate 2017-06-27 14:57:14 -07:00
Navigator.js Convert var's to let's 2017-06-22 14:58:39 -07:00
Page.js Implement Request object 2017-06-28 01:41:42 -07:00
Request.js Implement Request object 2017-06-28 01:41:42 -07:00