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