1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-22 04:14:04 +00:00

User agent

This commit is contained in:
Bernd Schoolmann
2025-11-19 10:03:40 +01:00
parent 9733ef0a3e
commit de9d7b0318
6 changed files with 33 additions and 0 deletions

View File

@@ -55,4 +55,5 @@ export abstract class PlatformUtilsService {
abstract readFromClipboard(): Promise<string>;
abstract supportsSecureStorage(): boolean;
abstract getAutofillKeyboardShortcut(): Promise<string>;
abstract userAgentPart(): Promise<string>;
}