We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756107b commit 69e8398Copy full SHA for 69e8398
src/local_storage.ts
@@ -1,6 +1,6 @@
1
import { lazy } from "../misc/misc.ts";
2
3
-export const checkLocalStorage = lazy(() => {
+export const checkLocalStorage = lazy((): boolean => {
4
// https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API
5
try {
6
const x = "__storage_test__";
0 commit comments