Andrey Lushnikov
38e6f53cc7
[doclint] add linting for class properties
...
This patch:
- adds linting for class properties
- adds documentation for the missing class properties
References #14 .
2017-07-12 09:45:08 -07:00
Andrey Lushnikov
b0a2cf662e
Roll chromium to r485143
2017-07-11 19:38:20 -07:00
JoelEinbinder
da0cde1b45
Implement Page.uploadFile ( #61 )
...
This patch implements `Page.uploadFile` method to support file upload inputs.
2017-07-10 11:21:46 -07:00
Andrey Lushnikov
19a8d74d3c
Implement Body interface for both Request and Response
...
This patch partially implements Fetch API's [Body](https://developer.mozilla.org/en-US/docs/Web/API/Body )
interface for both Request and Response.
Fixes #26 .
2017-07-06 12:17:01 -07:00
Andrey Lushnikov
0d2c32e8cd
Roll chromium to r484159
2017-07-05 17:02:58 -07:00
Paul Irish
2cd60c9e1e
network manager: remove duplicated method ( #48 )
2017-06-30 08:26:36 -07:00
Andrey Lushnikov
9c138e9dba
Support redirects in NewtorkManager
...
This patch adds support to redirects so that they will be reported
as a separate requests.
References #26 .
2017-06-29 18:57:07 -07:00
Andrey Lushnikov
7f74daf62c
Simplify NetworkManager's request/response management
...
This patch:
- drops Request dependency on NetworkManager
- drops Response dependency on NetworkManager
- drops requestIds from Request and Response objects
2017-06-29 18:18:06 -07:00
Andrey Lushnikov
a35a21dfaf
Implement NetworkManager
...
This patch implements NetworkManager, which encapsulates all the
interaction with Network domain.
The NetworkManager also uses partial implementation of Request and
Response classes, defined in the Fetch API specification.
References #26
2017-06-29 11:49:56 -07:00