-
Notifications
You must be signed in to change notification settings - Fork 37
Description
I am rewriting my plugin using wxt, and I have encountered 1 issue in iOS Safari.
My plugin will frequently send messages from the content script to the background script, but if the sending is too frequent over a certain period of time, the background script will be unloaded. I would like to know if the proxy-service will handle this issue?
My previous solution was to determine whether it was an iOS device. If it was, I wouldn't send a message but instead directly make a function call, which is equivalent to an HTTP request occurring within the content script. I want to know what is a simple solution to handle similar compatibility processing while using the proxy-service itself if the proxy-service doesn't handle this situation?
The address at the bottom is a post where other users encountered the same problem as me: