In Nuxt2 there were connection checkers
https://nuxtjs.org/docs/concepts/context-helpers/#connection-checker
You could do the following this.$nuxt.isOffline
Is there a way to do this with Nuxt3?
I tried looking at useNuxt() to see of there was some info in there but do not see anything.
My question was also asked on Github discussions: https://github.com/nuxt/framework/discussions/4996
