Fetch
Widely available
The fetch()
method makes asynchronous HTTP requests.
To learn more, see
Window: fetch() method at MDN.
Compatibility (view on caniuse.com)
- Chrome 42 Released on 2015-04-14
- Chrome Android 42 Released on 2015-04-15
- Edge 14 Released on 2016-08-02
- Firefox 39 Released on 2015-07-02
- Firefox for Android 39 Released on 2015-07-02
- Safari 10.1 Released on 2017-03-27
- Safari on iOS 10.3 Released on 2017-03-27
Specifications
- Fetch Standard, from Fetch Workstream (WHATWG).