Dinesh Sonachalam
Dinesh Sonachalam

Reputation: 1379

How can I copy all event stream data from an endpoint in Chrome DevTools?

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

Answers (1)

Ivo
Ivo

Reputation: 11

You can try to right click on the event stream in the network tab and "Copy Response", that worked for me.

Chrome Devtools

Upvotes: 1

Related Questions