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.