Vladyslav Tkachenko
Results
1
comments of
Vladyslav Tkachenko
When 503 error occurs, plugin invokes a logic to create a new EventSource by calling `ensureEventSourceOnElement` function: https://github.com/bigskysoftware/htmx/blob/master/dist/ext/sse.js#L243 That function on its own calls `ensureEventSource` that instantiates a new EventSource:...