mithril-vndb/request/tests
Isiah Meadows 0a1a33a036
Make m.request work with async/await correctly. (#2428)
* s/xhr/request/g

`m.xhr` was a relic of the rewrite days prior to the release of v1.0.0,
before it was renamed `m.request` to align with v0.2.x. This just strips
some of that legacy naming.

* Make this work with `async`/`await` correctly.

It looked like a V8 bug, but read the two big code comments and follow
their links. It's a bit more subtle than it looks, and V8's in the right
here.
2019-06-10 19:48:04 -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 Make m.request work with async/await correctly. (#2428) 2019-06-10 19:48:04 -04:00