TalAter / UpUp

✈️ Easily create sites that work offline as well as online
https://www.talater.com/upup/
MIT License
4.88k stars 264 forks source link

fetch polyfill #50

Closed zwhitchcox closed 8 years ago

zwhitchcox commented 9 years ago

Maybe include? https://github.com/github/fetch

Service workers are available before fetch.

Service Workers compatibility: Chrome: 40, Firefox: 33
Fetch:                         Chrome: 42, Firefox: 39
fbender commented 8 years ago

Since this only affects evergreen browsers, adding a polyfill just for them is unnecessary. Plus, the project only claims Fx 41+ compat, so no issue here.