fetch-event-source icon indicating copy to clipboard operation
fetch-event-source copied to clipboard

In the process of onmessage, switch to another pages, it will resend the request.

Open hujun12 opened this issue 2 years ago • 3 comments
trafficstars

In the process of onmessage, switch to another pages, it will resend the request.

hujun12 avatar Jul 18 '23 08:07 hujun12

I ran into the same problem and solved it by referring to https://github.com/Azure/fetch-event-source/issues/17. Just need to add options: openWhenHidden: true

imsai-sh avatar Jul 19 '23 09:07 imsai-sh

Thanks. It works! 👍

nickwong64 avatar Aug 23 '23 09:08 nickwong64

I ran into the same problem and solved it by referring to #17. Just need to add options: openWhenHidden: true

thanks, that's help me a lot.

loo-y avatar Sep 20 '23 07:09 loo-y