Reputation: 1379
Is there a workaround or a method within Chrome DevTools that allows for copying all the event stream data of an endpoint at once? If not directly possible through DevTools, is there any alternative approach or tool that can achieve this?
What I’ve tried:
Any suggestions or insights into capturing complete SSE data more efficiently would be greatly appreciated.
Upvotes: 0
Views: 167
Reputation: 11
You can try to right click on the event stream in the network tab and "Copy Response", that worked for me.
Upvotes: 1