mithril-vndb/request/tests
Isiah Meadows 794e8e963f
Bring some sanity to request parsing and error handling (#2335)
* Update docs/request.md
* Bring some sanity to request parsing and error handling

- The browser can do JSON parsing itself. Let's defer to that where
  possible. (A few IE hacks are required here, though.)
- Don't propagate any error that occurs before `deserialize`/`extract`.
- Allow sending raw array buffers/blobs/etc. to `deserialize`.
- Align behavior more closely with the XHR spec.
- Send the more useful parsed response to `deserialize`, not the less
  useful string response.
2019-05-29 09:41:22 -04:00
..
index.html fix tests from #1470 2016-12-07 11:58:30 -05:00
test-jsonp.js Streamline route/request path handling and split params + body in requests (#2361) 2019-05-29 09:28:40 -04:00
test-request.js Bring some sanity to request parsing and error handling (#2335) 2019-05-29 09:41:22 -04:00