camsong / fetch-ie8

A window.fetch JavaScript polyfill supporting IE8
MIT License
279 stars 33 forks source link

Support IE8 without es5-shim and es5-sham #3

Closed othree closed 1 year ago

othree commented 8 years ago

Two commits:

  1. fetch.js only require es6-promise
  2. test case for IE8 in example

Tested on latest Firefox and IE8