Changing EventSource time interval #9
Answered
by
progrium
thepeopleseason
asked this question in
Q&A
-
In
How do you set the interval for EventSource polling? |
Beta Was this translation helpful? Give feedback.
Answered by
progrium
May 6, 2021
Replies: 1 comment
-
it's builtin to the browser. if you need something more realtime, use a persistent connection. if you need something less realtime, make your own fetch requests. hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thepeopleseason
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's builtin to the browser. if you need something more realtime, use a persistent connection. if you need something less realtime, make your own fetch requests. hope that helps!