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

11 Коммитов

Автор SHA1 Сообщение Дата
Rikki Gibson 3c131b37f7
Es interop (#232)
* Update tsconfig

* Update library code usages

* Update test code usages

* Update testserver
2018-09-20 10:02:51 -07:00
Rikki Gibson 47f5a8fb72
Check instanceof RestError in test (#229) 2018-09-12 14:58:42 -07:00
Rikki Gibson c8ed5b1c42
Fix for IE 11 undefined body (#213) 2018-09-04 09:36:49 -07:00
Rikki Gibson 16f681cd64
Add RestResponse type and more runtime deserialization features (#205)
* Add RestResponse type and more runtime deserialization features

* _response should always win in name conflicts

* Fix linter errors

* Make blobBody just a Promise, not a function. Resolves #192

* Fix tests

* Remove utils.responseToBody

* Update RestResponse doc

* Add default error to retry policy. Move error codes to RestError static properties.

* Bump to v0.21
2018-08-29 10:16:55 -07:00
Rikki Gibson c5d54d7e63
Typescript 3 (#182)
* Add module field referencing esm code. Update typescript and ts-node.

* Update package-lock.json

* Use <reference lib=dom /> to solve #157

* Add simple test for nonexistent host

* Use -T with ts-node

* Use forward declaration instead of reference lib directive
2018-08-22 16:16:40 -07:00
Rikki Gibson bfeb1adfc9
Call progress callbacks in nodejs streams (#177)
* Call progress callbacks in nodejs streams

* Use tough-cookie instead of isomorphic-tough-cookie

* Support progress reporting for non-stream scenarios

* Add separate blob/stream and buffer/string progress tests
2018-07-26 09:23:42 -07:00
Rikki Gibson 33e446c44e Add test 2018-07-17 13:35:55 -07:00
Gneev Roland 98107b1ebd withCredentials option in WebResource 2018-07-09 11:19:09 -07:00
Rikki Gibson 23356e4e71 Fix remaining CI errors 2018-06-22 16:47:39 -07:00
Rikki Gibson c2dc0ae912 Handle abort, progress, and fix webpack configs 2018-06-22 14:38:37 -07:00
Rikki Gibson e1c49464fe Update configs 2018-06-22 14:04:19 -07:00