We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa2bb6 commit 761a9eeCopy full SHA for 761a9ee
5-network/08-xmlhttprequest/article.md
@@ -147,7 +147,7 @@ xhr.open('GET', url); // https://google.com/search?q=test+me%21
147
148
Utilizziamo la proprietà `xhr.responseType` per impostare il formato della risposta:
149
150
-- `""` (default) -- ottiene una stringa,
+- `""` (default) -- ottenerlo come stringa,
151
- `"text"` -- ottiene una stringa,
152
- `"arraybuffer"` -- ottiene un `ArrayBuffer` (per dati di tipo binario, guardare il capitolo <info:arraybuffer-binary-arrays>),
153
- `"blob"` -- ottiene un `Blob` (per dati binari, guardare <info:blob>),
0 commit comments