You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An `XMLHttpRequest` object travels them in the order `0` -> `1` -> `2` -> `3` -> ... -> `3` -> `4`. State `3` repeats every time a data packet is received over the network.
244
244
245
-
The example above demostrates these states. The server answers the request `digits` by sending a string of `1000` digits once per second.
245
+
The example above demonstrates these states. The server answers the request `digits` by sending a string of `1000` digits once per second.
0 commit comments