Add StorageService + add linter rule to prevent raw access #41982
Labels
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Add a StorageService that plugins can use to interact with localStorage and sessionStorage.
This service should prefix all keys with the plugin's ID to make ensure that plugins cannot overwrite or access keys from other plugins.
The text was updated successfully, but these errors were encountered: