Sheik
Sheik6mo ago

Deno does not deliver all the information with the EventSource

Is there some configuration or do I have to iterate in some way so that the entire message is delivered to me?
No description
5 Replies
Sheik
Sheik6mo ago
Same code on html, html works
No description
Sheik
Sheik6mo ago
With Third Party Modules works.
No description
Sheik
Sheik6mo ago
ok! ^^
Sheik
Sheik6mo ago
GitHub
Deno does not deliver all the information with the EventSource · Is...
Version: Deno 1.40.4 Apparently deno does not execute the native EventSource api correctly, since it cuts off the message. If we have a server such that import { Application, Router } from "ht...