camsong / fetch-ie8

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

cross domain / http to https #8

Open j-5-s opened 7 years ago

j-5-s commented 7 years ago

does this library support cross domain requests? I didnt see the XDomainRequest object in the code from an initial glance. Is there a reason it couldnt work cross domain and would you accept a pull request for it?

camsong commented 7 years ago

Cross domain request need to useXDomainRequest in IE8, PR is welcome.