Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Fetch API #11

Open
macdonst opened this issue Feb 15, 2017 · 2 comments
Open

Implement Fetch API #11

macdonst opened this issue Feb 15, 2017 · 2 comments
Assignees

Comments

@macdonst
Copy link
Member

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

@macdonst
Copy link
Member Author

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

@dpogue
Copy link

dpogue commented Apr 14, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants