ritwickdey / vscode-live-server-plus-plus

VsCode Live Server++ : It's Truly Live 😊 (BETA) -- [NOT RELEASED YET]
MIT License
515 stars 318 forks source link

navigator.storage is undefined while using live server extension #75

Open jalish-Chauhan-Dicot-07 opened 1 month ago

jalish-Chauhan-Dicot-07 commented 1 month ago

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.