mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
rename browser utils to platform utils
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { BrowserUtilsService } from './abstractions/browserUtils.service';
|
||||
import { PlatformUtilsService } from './abstractions/platformUtils.service';
|
||||
import { StorageService as StorageServiceInterface } from './abstractions/storage.service';
|
||||
|
||||
export default class BrowserStorageService implements StorageServiceInterface {
|
||||
constructor(private browserUtilsService: BrowserUtilsService) {
|
||||
constructor(private platformUtilsService: PlatformUtilsService) {
|
||||
}
|
||||
|
||||
get<T>(key: string): Promise<T> {
|
||||
|
||||
Reference in New Issue
Block a user