Open hujun12 opened 1 year ago
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.
In the process of onmessage, switch to another pages, it will resend the request.