ritwickdey/vscode-live-server-plus-plus

navigator.storage is undefined while using live server extension

jalish-Chauhan-Dicot-07 opened this issue · 0 comments

When using the Live Server extension in Visual Studio Code, you may encounter an issue where accessing the navigator.storage API returns undefined in the browser. The navigator.storage API is part of the modern web APIs that provide access to storage-related information and functionalities, such as managing the usage of the Storage API.