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 @@ -149,7 +149,7 @@ Utilizziamo la proprietà `xhr.responseType` per impostare il formato della risp
149149
150150- ` "" ` (default) -- ottenerlo come stringa,
151151- ` "text" ` -- ottiene una stringa,
152- - ` "arraybuffer" ` -- ottiene un ` ArrayBuffer ` (per dati di tipo binario, guardare il capitolo < info:arraybuffer-binary-arrays > ),
152+ - ` "arraybuffer" ` -- ottenerlo come ` ArrayBuffer ` (per dati di tipo binario, guardare il capitolo < info:arraybuffer-binary-arrays > ),
153153- ` "blob" ` -- ottiene un ` Blob ` (per dati binari, guardare < info:blob > ),
154154- ` "document" ` -- ottiene 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).
You can’t perform that action at this time.
0 commit comments