implement readFromClipboard util
This commit is contained in:
parent
290afc7ac2
commit
637241e27d
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 9c44fc1329b9595560462ffb7cd4d32bb0e22a68
|
||||
Subproject commit 68f7557e44766ae1d9596e2c06877a51f34cb7a0
|
|
@ -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.');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue