Comment on Firefox 39.0 releasedComments−mrspeaker11yI love that the Fetch API is happening (has happened!): https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API fetch(url).then(data => ...) Not earth-shattering, but much more fun than XHR!−knodi12311yGuess nobody told them,https://bachelorburnbook.files.wordpress.com/2013/07/image.p...−khuey11yWe've been making that joke internally at Mozilla for at least a year.−gdamjan111yfetch looks nice on the surface, but you can't cancel a request. is there even a timeout?−iso8859-111yhow do I use it with the yield keyword?
Comments
I love that the Fetch API is happening (has happened!): https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
Not earth-shattering, but much more fun than XHR!Guess nobody told them,
https://bachelorburnbook.files.wordpress.com/2013/07/image.p...
We've been making that joke internally at Mozilla for at least a year.
fetch looks nice on the surface, but you can't cancel a request. is there even a timeout?
how do I use it with the yield keyword?