Viewing Server-Sent Events in Firefox

2

SSE is a simple and straight-forward alternative to WebSockets when you need a one-way channel for events coming from the server.

In Chrome Dev Tools' Network tab, you can click the resource (url) where the SSE originates from and view the stream in a tab of its own. I cannot seem to find this functionality in Firefox.

Is there a simple way of viewing server-sent events in Firefox, that doesn't require me to change the source code (inserting logging statements)?

oligofren

Posted 2018-08-16T10:56:03.233

Reputation: 842

No answers