Add offline docs create to the service worker. We use the Network fisrt strategy, if the network is down, we will create the doc in the indexDB and serve it from there. When the connection is back, we will send the doc to the server.
Add offline docs create to the service worker. We use the Network fisrt strategy, if the network is down, we will create the doc in the indexDB and serve it from there. When the connection is back, we will send the doc to the server.