mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Split native messaging into renderer and background service. Encrypt messages and verify timestamp
This commit is contained in:
@@ -17,7 +17,6 @@ export default class IPC {
|
||||
'## connected to bitwarden desktop ##',
|
||||
ipc.config.delay
|
||||
);
|
||||
ipc.of.bitwarden.emit('message', 'hello');
|
||||
});
|
||||
|
||||
ipc.of.bitwarden.on('disconnect', () => {
|
||||
|
||||
Reference in New Issue
Block a user