mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
send message to safari tab for autofill
This commit is contained in:
@@ -248,15 +248,11 @@ export default class MainBackground {
|
||||
options.frameId = frameId;
|
||||
}
|
||||
|
||||
chrome.tabs.sendMessage(tab.id, {
|
||||
BrowserApi.tabSendMessage(tab, {
|
||||
command: 'collectPageDetails',
|
||||
tab: tab,
|
||||
sender: sender,
|
||||
}, options, () => {
|
||||
if (chrome.runtime.lastError) {
|
||||
return;
|
||||
}
|
||||
});
|
||||
}, options);
|
||||
}
|
||||
|
||||
async checkLoginsToAdd(tab: any = null): Promise<any> {
|
||||
|
||||
Reference in New Issue
Block a user