Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 7bde731

Browse files
committed
readFromClipboard implemented in web
1 parent 3f27093 commit 7bde731

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/services/webPlatformUtils.service.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,4 +287,8 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
287287
}
288288
}
289289
}
290+
291+
readFromClipboard(options?: any): Promise<string> {
292+
throw new Error('Cannot read from clipboard on web.');
293+
}
290294
}

0 commit comments

Comments
 (0)