Bladeren bron

Add a note about response parameter (#1921)

* remove response parameter from upload error

* upload-error repsonse parameter
Alexis Hope 5 jaren geleden
bovenliggende
commit
07b250dc25
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      website/src/docs/uppy.md

+ 1 - 1
website/src/docs/uppy.md

@@ -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
 {