Service Worker "Server"
The ServiceWorker FetchEvent
listener integrates directly with http4s services. You can use it to run a "proxy server" as a background process in the browser that can intercept and respond to requests made by the FetchClient
.
Example
Coming soon!