phonegap / phonegap-plugin-pwa

A plugin to provide progressive web app API's
45 stars 6 forks source link

Implement Fetch API #11

Open macdonst opened 7 years ago

macdonst commented 7 years ago

Implement the Fetch API where not supported. Look to replace the file transfer plugin if possible. May require implementing XHR.upload.

macdonst commented 7 years ago

Possibly use this plugin: https://www.npmjs.com/package/cordova-plugin-fetch

dpogue commented 7 years ago

Not sure why you'd need a plugin instead of just a polyfill on top of XHR: https://www.npmjs.com/package/whatwg-fetch