You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In IOS APP, I configured according to the following instructions. However, although the service worker appears to be available, it cannot intercept network requests through self.addEventListener ('fetch ', ()=>{/*... */}). Help!!!
Is there an existing issue for this?
Current Behavior
In IOS APP, I configured according to the following instructions. However, although the service worker appears to be available, it cannot intercept network requests through self.addEventListener ('fetch ', ()=>{/*... */}). Help!!!
Expected Behavior
self.addEventListener ('fetch ', ()=>{/*... */}) is work
Steps with code example to reproduce
None
Stacktrace/Logs
None
Flutter version
3.17.0-0.0.pre
Operating System, Device-specific and/or Tool
IOS 18.2.x
Plugin version
^5.4.4+3
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: