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
Hi,
I'm trying to add PWA support to Memos which uses gRPC-Web for its API requests. gRPC-Web specifies that all requests must be POST requests, whether they are mutation requests or not. It would be nice to use workbox.NetworkFirst with such requests.