mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
Merge branch 'master' of github.com:bitwarden/browser
This commit is contained in:
commit
545e92ca2e
@ -356,14 +356,6 @@ export default class MainBackground {
|
||||
}
|
||||
}
|
||||
|
||||
sendInternalRuntimeMessage(message: any) {
|
||||
if (!this.isSafari) {
|
||||
throw new Error('Only safari can send internal runtime messages.');
|
||||
}
|
||||
|
||||
this.runtimeBackground.processMessage(message, { tab: null }, () => { /* No response needed. */ });
|
||||
}
|
||||
|
||||
async openPopup() {
|
||||
// Chrome APIs cannot open popup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user