Fetch: browser-support for IE has some error data!

Created on 11 Jun 2017  路  4Comments  路  Source: github/fetch

browser-support for IE has some error data!

please update it!

https://github.com/github/fetch#browser-support

caniuse

https://caniuse.com/#search=fetch
ie-fetch-error

IE 11 tested

fetch-ie11-error

All 4 comments

IE 11 does not have a native implementation of window.fetch, which is what caniuse.com is reporting. This repository provides a JavaScript implementation of fetch, allowing you to use it in IE 11.

SO, how can I using fetch in IE11 ?

Using some polyfill libs ?

Could you show me a demo ?

I'm looking forward your early reply, and thanks in advance!

This project is a polyfill for window.fetch. The way to use it is to obtain the fetch.js file from this project and load it together with your site's JavaScript. Then you can use fetch() function even in browsers that don't yet support it natively.

Thanks for your time!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gkatsanos picture gkatsanos  路  4Comments

AllenFang picture AllenFang  路  5Comments

fczuardi picture fczuardi  路  3Comments

knowbody picture knowbody  路  5Comments

indranildutta06 picture indranildutta06  路  3Comments