Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript What is the Fetch API?

Fetch API github polyfil.

Githubs polyfil only works for ie 10+, Do you have anything for less than 10?

2 Answers

Joel Bardsley
Joel Bardsley
31,246 Points

The fetch polyfill linked in the video did previously support IE9, but the polyfill developer explains here why they had to stop

In the above link, they also provide a link to the latest version that does support IE9 which you can use if you really need it, but be aware that it's from May 2016.


Alternatively there's an IE8 polyfill that's been updated more recently if you want to try that instead.

why not just use chrome