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?
5 Replies
Same code on html, html works
With Third Party Modules works.
@Sheik That looks like a bug. Can you file a bug report here https://github.com/denoland/deno/issues/new?assignees=&labels=&projects=&template=bug_report.md&title= ?
ok! ^^
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...