fetch-event-source
fetch-event-source copied to clipboard
In the process of onmessage, switch to another pages, it will resend the request.
trafficstars
In the process of onmessage, switch to another pages, it will resend the request.
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
Thanks. It works! 👍
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.