On 18 June 2014 11:08, Jonas Sicking <jonas@sicking.cc> wrote: > On Mon, Jun 16, 2014 at 6:57 PM, Jussi Kalliokoski > <jussi.kalliokoski@gmail.com> wrote: > > > > var doesFetchSupportJson = function () { > > return fetch("data:application/json;base64,e30=").then(function > > (response) { > > return response.body.to("json"); > > }).then(function () { > > return true; > > }).catch(function () { > > return false; > > }); > > }; > > I agree with this. We're told time and again that feature detection is > important, as is the ability to polyfill. It seems like the current > API fails both these tests. > Good point. toJSON toText toBlob toArrayBuffer …works for me.Received on Thursday, 19 June 2014 11:57:08 UTC
This archive was generated by hypermail 2.4.0 : Wednesday, 22 January 2020 17:00:21 UTC