What is the best way to inspect Server-Sent Events when the browser receives them. I've only seen implementations where you simply do console.log(e)
, but that assumes your data is correct.
Is there a way to look at Server-Sent Events as you do with a 'View Source' type of inspection without using console.log?