File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
5-network/08-xmlhttprequest Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ Utilizziamo la proprietà `xhr.responseType` per impostare il formato della risp
150150- ` "" ` (default) -- ottenerlo come stringa,
151151- ` "text" ` -- ottenerlo come stringa,
152152- ` "arraybuffer" ` -- ottenerlo come ` ArrayBuffer ` (per dati di tipo binario, guardare il capitolo < info:arraybuffer-binary-arrays > ),
153- - ` "blob" ` -- ottiene un ` Blob ` (per dati binari, guardare < info:blob > ),
153+ - ` "blob" ` -- ottenerlo come un ` Blob ` (per dati binari, guardare < info:blob > ),
154154- ` "document" ` -- ottenerlo come un documento XML (può usare XPath e altri metodi XML) o un documento HTML (basato sul MIME type del dato ricevuto),
155155- ` "json" ` -- ottiene un JSON (effettua il parsing automaticamente).
156156
You can’t perform that action at this time.
0 commit comments