refactor: split clipboard module implementation for browser / renderer (#38429)

This commit is contained in:
Milan Burda 2023-05-25 13:36:12 +02:00 committed by GitHub
parent a20896f519
commit 470b1d9e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 33 deletions

View file

@ -0,0 +1,3 @@
const clipboard = process._linkedBinding('electron_common_clipboard');
export default clipboard;