We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdfff5 commit 2879c08Copy full SHA for 2879c08
17_http.txt
@@ -338,7 +338,7 @@ does not know how to handle.
338
I/O)))(((responseText property)))(((send method)))In the examples we
339
saw, the request has finished when the call to `send` returns. This is
340
convenient because it means properties such as `responseText` are
341
-available immediately. But it also mean that our program is suspended
+available immediately. But it also means that our program is suspended
342
as long as the ((browser)) and server are communicating. When the
343
((connection)) is bad, the server is slow, or the file is big, that
344
might take quite a while. Worse, because no event handlers can fire
0 commit comments