Devtool displays text/event-stream in the type filed for Server Sent Events
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(firefox138 fixed)
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: smayya, Assigned: bomsy, Mentored)
References
(Blocks 1 open bug)
Details
(Whiteboard: [lang=js])
Attachments
(4 files)
Thank you for helping make Firefox better. If you are reporting a defect, please complete the following:
What were you doing?
While reproducing Bug 1872413, I opened the link that establishes a connection with server to receive SSE.
I noticed the difference between the way Firefox displays Server Sent events with Chrome and Safari.
- Open devtools in Firefox
- Open the link -> https://berean-biblechurch.org/fxssebug.html
- Observe the network tab for incoming SSE from the server. Firefox does not display the request until we close the connection (known problem with devtools).
What happened?
The type column in the network tab displays as event-stream whereas chrome and safari displays it as eventsource.
What should have happened?
Firefox displays the type as eventsource similar to chrome and safari. Please find the attached screenshots for reference
Reporter | ||
Comment 1•1 year ago
|
||
Reporter | ||
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
Thanks for filing. While showing event-stream is not necessarily incorrect (the response does come with content-type text/event-stream), showing eventsource
to have consistency with other devtools UIs sounds good.
Can be a mentored bug.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 4•3 months ago
|
||
We are updating this to be consistent with the other browsers
Updated•3 months ago
|
Description
•