uppy/src
Renée Kooi 123ad62d7c
xhrupload: Rework response handling
- Make XHR responses available on the file object:

   ```js
   file.response === {
     status, // HTTP status code
     data, // response data (always available)
     error?, // if status is not 2xx
     uploadURL? // if response has an URL at which the file is now available
   }
   ```

...
2018-02-12 12:30:57 +01:00
..
core _throttledCalculateProgress — trailing: true to try and fix lost progress events in XHRUpload bundle: true 2018-02-09 18:42:34 -05:00
locales Merge pull request #503 from fortrieb/master 2018-02-05 12:26:46 -05:00
plugins xhrupload: Rework response handling 2018-02-12 12:30:57 +01:00
react Fix Dashboard properties 2018-01-31 17:04:35 -02:00
scss Refactor Url a little, add error handling 2018-02-09 14:42:52 -05:00
store store: tests! 2017-11-20 13:21:11 +01:00
vendor/file-type add license and package.json 2017-06-14 17:14:10 -04:00
index.js Consistent require paths in index.js 2018-01-22 14:30:28 +01:00