On Wednesday, February 18, 2015 at 9:21:28 AM UTC-8, James Graham wrote: > > > Support in other engines: > > Blink: supports Fetch in ServiceWorkers since 40, and intend to enable it > > on Window in 42 or 43 - > > https://groups.google.com/a/chromium.org/forum/#!searchin/blink-dev/fetch$20api/blink-dev/qwRO52vsQlU/CPLC4G6oG9IJ > > What's the testing story here? I can see some mochitests, bit I wonder > if we have done anything to ensure what we plan to ship is compatible > with what Blink has?
We have fairly comprehensive mochitests in dom/workers/tests/fetch and dom/tests/mochitests/fetch. The blink intent to ship email, at the bottom, has a section which documents Canary performing well on our tests. In addition, we pass (except formdata) tests (admittedly not very comprehensive) for this polyfill https://github.com/github/fetch/. Nikhil _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

