Giszmo / nostroid

A fast cross platform nostr client that even works offline
https://chat.nostr.info
Other
44 stars 11 forks source link

Check browser availability of service worker and indexedDB #38

Closed louishuddleston closed 2 years ago

louishuddleston commented 2 years ago

fixes #31

To test disable cookies in the browser which will deny access to sw and IDB or open in Firefox private window

Message displayed if either service worker or indexedDB is unavailable:

image
Giszmo commented 2 years ago

Looks good. If you tested it, feel free to merge.