dmonad / lib0

Monorepo of isomorphic utility functions
MIT License
368 stars 65 forks source link

Check localStorage is null #80

Closed kewell-tsao closed 1 year ago

kewell-tsao commented 1 year ago

It appears that in its default state, Android WebView does not support LocalStorage. When attempting to read "window.localStorage", it returns "null". This issue is causing some difficulties as it is not only necessary to check if "window.localStorage" is undefined, but also if it is null. This additional check is required due to the default behavior of Android WebView.