Add a note about response parameter (#1921)

* remove response parameter from upload error

* upload-error repsonse parameter
This commit is contained in:
Alexis Hope 2019-10-30 22:18:22 +11:00 committed by Renée Kooi
parent b51c32105d
commit 07b250dc25

View file

@ -666,7 +666,7 @@ Fired when Uppy fails to upload/encode the entire upload. That error is then set
Fired each time a single upload has errored.
`response` object (depending on the uploader plugin used, it might contain less info, the example is for `@uppy/xhr-upload`):
`response` object is an optional parameter and may be undefined depending on the uploader plugin used, it might contain less info, the example is for `@uppy/xhr-upload`:
```js
{