We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dacdb commit e385558Copy full SHA for e385558
1 file changed
src/js/msg-api.js
@@ -2,7 +2,7 @@ import {kInvokeAPI} from '@/js/consts';
2
3
export const FF = __.BUILD !== 'chrome' && (
4
__.ENTRY
5
- ? 'contextualIdentities' in chrome
+ ? 'contextualIdentities' in chrome || 'activityLog' in chrome
6
: global !== window
7
);
8
export const rxIgnorableError = /(R)eceiving end does not exist|The message (port|channel) closed|moved into back\/forward cache/;
0 commit comments