AsyncLocalStorage is an unencrypted, asynchronous, persistent, key-value storage system that is global to the app in web browser. It should be used instead of LocalStorage.
-
Updated
May 30, 2020 - JavaScript
AsyncLocalStorage is an unencrypted, asynchronous, persistent, key-value storage system that is global to the app in web browser. It should be used instead of LocalStorage.
Symbol-based type safe dependency injection without dependencies
Add a description, image, and links to the local-async-storage topic page so that developers can more easily learn about it.
To associate your repository with the local-async-storage topic, visit your repo's landing page and select "manage topics."