Procházet zdrojové kódy

Added a note about XHR Response Handling

Artur Paikin před 7 roky
rodič
revize
d8e93cbb28
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      website/src/_posts/2018-02-0.24.md

+ 1 - 1
website/src/_posts/2018-02-0.24.md

@@ -49,7 +49,7 @@ We’ve also added a handy “cancel” button, which should cancel everything i
 
 
 ## XHR Response Handling
 ## XHR Response Handling
 
 
-
+When the upload completes (regardless of whether it succeeded), a `response` key gets added to the file. `file.response` contains a `status` and `data` properties. `data` is the result of `getResponseData()`.
 
 
 ## Powered by Uppy
 ## Powered by Uppy