Using the Firefox DevTools to Debug fetch() on GitHub

added by JavaScript Kicks
3/27/2015 5:00:20 PM

294 Views

Firefox Nightly recently added preliminary support for Fetch, a modern, Promise-based replacement for XMLHttpRequest (XHR). Our initial work supported most of the Fetch Specification, but not quite all of it. Specifically, when Fetch first appeared in Nightly, we hadn’t yet implemented serializing and de-serializing of FormData objects.


0 comments