mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
implement readFromClipboard util
This commit is contained in:
@@ -128,4 +128,8 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
copyToClipboard(text: string, options?: any): void {
|
||||
throw new Error('Not implemented.');
|
||||
}
|
||||
|
||||
readFromClipboard(options?: any): Promise<string> {
|
||||
throw new Error('Not implemented.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user