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 3277bca commit 4cb56a7Copy full SHA for 4cb56a7
README.md
@@ -63,7 +63,8 @@ es.addEventListener("close", (event) => {
63
### Done vs Close
64
65
`done` events will fire when server closes the connection.
66
-Reconnections will occur indefinitely, unless this behavior is disabled.
+By default, the client will automatically reconnect when this happens.
67
+You can disable reconnections by setting the `pollingInterval` option to `0`.
68
`close` events will fire when the connection is terminated by the client, using `.close()`.
69
70
### Headers and params
0 commit comments