Is it possible to reliably buffer outgoing POST requests from an offline React PWA?
Is there any way to have a service worker intercept and buffer POST requests from my React components and delivery them when network connectivity allows?
Is there any way to have a service worker intercept and buffer POST requests from my React components and delivery them when network connectivity allows?