Skip to content

Comment on Firefox 39.0 released

Comments

I 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!

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?

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.