mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
get data for tab
This commit is contained in:
@@ -19,7 +19,7 @@ document.addEventListener('DOMContentLoaded', function (event) {
|
||||
if (isSafariApi) {
|
||||
const responseCommand = 'notificationBarDataResponse';
|
||||
safari.self.tab.dispatchMessage('bitwarden', {
|
||||
command: 'bgGetNotificationBarData',
|
||||
command: 'bgGetDataForTab',
|
||||
responseCommand: responseCommand
|
||||
});
|
||||
safari.self.addEventListener('message', function (msgEvent) {
|
||||
|
||||
Reference in New Issue
Block a user