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:
- Right-clicking on individual messages to use the “Copy message” option, which is not sufficient for my needs.
Any suggestions or insights into capturing complete SSE data more efficiently would be greatly appreciated.