mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
refactor(storage-core): move storage files out of @bitwarden/common (#15076)
* refactor(platform): generate @bitwarden/storage-core boilerplate * refactor(storage-core): move storage files out of @bitwarden/common * chore(naming): rename AbstractStorageService to StorageService
This commit is contained in:
7
libs/storage-core/src/html-storage-location.enum.ts
Normal file
7
libs/storage-core/src/html-storage-location.enum.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// FIXME: update to use a const object instead of a typescript enum
|
||||
// eslint-disable-next-line @bitwarden/platform/no-enums
|
||||
export enum HtmlStorageLocation {
|
||||
Local = "local",
|
||||
Memory = "memory",
|
||||
Session = "session",
|
||||
}
|
||||
Reference in New Issue
Block a user