ruffle/web
David Wendt 33d26b9149 Shorten `Pin<Box<dyn Future<Output=Result<T,E>> + 'static>>` into `OwnedFuture<T,E>`.
This is technically stricter on `fetch` impls, but right now we can't support non-`'static` futures at all.
2020-02-22 00:02:45 -05:00
..
demo web: Update npm dependencies 2019-12-09 16:16:42 -08:00
extension Build the extension using webpack, the same as the local version. 2020-01-10 22:10:43 -05:00
js-src web: Add missing returns to RufflePlayer.local/local_compatible 2020-01-13 12:28:30 -08:00
selfhosted build(deps-dev): bump webpack-cli in /web/selfhosted 2020-02-12 01:59:04 +00:00
src Shorten `Pin<Box<dyn Future<Output=Result<T,E>> + 'static>>` into `OwnedFuture<T,E>`. 2020-02-22 00:02:45 -05:00
Cargo.toml Add the ability to POST data from `fetch`, and allow methods that read AVM locals into form data to `GET` or `POST` them. 2020-02-21 23:58:00 -05:00