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.
Add a description, image, and links to the localasyncstorage topic page so that developers can more easily learn about it.
To associate your repository with the localasyncstorage topic, visit your repo's landing page and select "manage topics."