mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
Add a note about response parameter (#1921)
* remove response parameter from upload error * upload-error repsonse parameter
This commit is contained in:
parent
b51c32105d
commit
07b250dc25
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue