dmonad / lib0

Monorepo of isomorphic utility functions
MIT License
345 stars 62 forks source link

Check localStorage is null #80

Closed kewell-tsao closed 10 months ago

kewell-tsao commented 10 months 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.