Skip to content

Commit 761a9ee

Browse files
Update 5-network/08-xmlhttprequest/article.md
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
1 parent 7aa2bb6 commit 761a9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/08-xmlhttprequest/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ xhr.open('GET', url); // https://google.com/search?q=test+me%21
147147

148148
Utilizziamo la proprietà `xhr.responseType` per impostare il formato della risposta:
149149

150-
- `""` (default) -- ottiene una stringa,
150+
- `""` (default) -- ottenerlo come stringa,
151151
- `"text"` -- ottiene una stringa,
152152
- `"arraybuffer"` -- ottiene un `ArrayBuffer` (per dati di tipo binario, guardare il capitolo <info:arraybuffer-binary-arrays>),
153153
- `"blob"` -- ottiene un `Blob` (per dati binari, guardare <info:blob>),

0 commit comments

Comments
 (0)