DrSensor / nusa

incremental runtime that bring both simplicity and power into webdev (buildless, cross-language, data-driven)
MIT License
4 stars 0 forks source link

Handle sudden offline #68

Open DrSensor opened 1 year ago

DrSensor commented 1 year ago

Listen to online event then re-import when Promise.all fail

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine

DrSensor commented 1 year ago

Dunno if dynamic import can be intercepted by ServiceWorker 🤔, if yes then that's better solution