Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Jeremy Meng 4208098ab1
Add Prettier and format code (#415)
* Add prettier and configs

* npm run format

* Fix tslint error

- Prettier broke lines but the // tslint:disable-next-line comments remains in
the old position. They should be before the applicable lines.

- Enforce `SwitchCase` indentation level of 1 to match prettier behavior.
2021-02-01 17:54:34 -08:00
Jeff Fisher 90053fa355 Widen usage of WebResource to interface 2020-04-14 15:35:46 -07:00
Rikki Gibson 6a66832cb7
Headers fix (#199)
* Fix axios type errors

* Lowercase header names in .rawHeaders()

* Fix Firefox headers deserialization for empty string header value

* Add xhr parseHeaders tests

* Fix linter error
2018-08-23 13:13:48 -07:00
Dan Schulte a855ea3a66 Change WebResource to use HttpHeaders instead of JSON object 2018-05-23 09:28:46 -07:00
Rikki Gibson ea57c422c0 Don't expose fetch types in HttpOperationResponse 2018-05-15 13:43:52 -07:00