Skip to content

Commit e385558

Browse files
committed
detect FF 138 in Android
1 parent 84dacdb commit e385558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/msg-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {kInvokeAPI} from '@/js/consts';
22

33
export const FF = __.BUILD !== 'chrome' && (
44
__.ENTRY
5-
? 'contextualIdentities' in chrome
5+
? 'contextualIdentities' in chrome || 'activityLog' in chrome
66
: global !== window
77
);
88
export const rxIgnorableError = /(R)eceiving end does not exist|The message (port|channel) closed|moved into back\/forward cache/;

0 commit comments

Comments
 (0)