You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typescript-vfs module caches data is the local storage or the provided storer. This should -in theory- make typescript-vfs compatible with environments without local storage access, like the web workers. However, even when a storer is provided, the code accesses localStorage instead of storelike here, which is clearly a bug: 920a540#diff-221727bfd6227563593353939e5f0944f6d1465c0f207a55a4a248990e821171L293
The text was updated successfully, but these errors were encountered:
Hello! As per #2804, we are automatically closing all open issues. Please see #2804 for a description of what issues and PRs can be accepted going forward.
Typescript-vfs module caches data is the local storage or the provided storer. This should -in theory- make typescript-vfs compatible with environments without local storage access, like the web workers. However, even when a storer is provided, the code accesses
localStorage
instead ofstorelike
here, which is clearly a bug:920a540#diff-221727bfd6227563593353939e5f0944f6d1465c0f207a55a4a248990e821171L293
The text was updated successfully, but these errors were encountered: