Files
Adam Voss 06c04c41fb Improve error message of fetch when xhr.onerror occurs (#3003)
* Ensure fetch-tests fail (instead of timeout) on failure

* Standardize failure handling in fetch-tests

* Improve flawed failure condition of test_fetch_json

Previously, the assertion was always true

* Implement better error message for for xhr.onerror within fetch
2016-11-07 11:04:39 +02:00
..
2016-05-26 14:30:25 +03:00
2016-05-26 14:30:25 +03:00

Implementation of fetch API. Modified version of https://github.com/github/fetch.