Andrea Giammarchi (2013-10-21T19:59:10.000Z)
forbes at lindesay.co.uk (2013-10-21T22:26:34.650Z)
wouldn't events better suit and better solve the problem ? ```js fetchUri("http://someauthority.com/").on('load', response => { repsonse.heders() }); ``` at least this is how it works in eddy.js and I've never had silent errors in current specs would be an addEventListener() within the XHR object