mholt/PapaParse

Upgrade XHR to use the fetch API

Open

#182 opened on Mar 13, 2015

View on GitHub
 (4 comments) (2 reactions) (0 assignees)JavaScript (11,877 stars) (1,157 forks)batch import
help wantedsuggestion

Description

The next versions of Chrome, Opera, and Firefox will support fetch. It would be nice to phase out XHR and push the newer technologies.

Fetch isn't completed yet but when it is more stable and widely adopted, this would be great. Here's more info: http://jakearchibald.com/2015/thats-so-fetch/

(This issue is more of a memo to self. But comments/questions are welcome too.)

Contributor guide