Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
46ecb98be4e44b30ded2c096c38bd61ac8c4a036
/
.
/
src
/
common
/
actionApi.js
blob: 0cf8528f33edc167af8ee4f89329e83b4d5c8f79 [
file
] [
log
] [
blame
]
// #!if browser_target == 'chromium_mv3'
export
default
typeof
chrome
!==
'undefined'
?
chrome
.
action
:
undefined
;
// #!else
export
default
typeof
chrome
!==
'undefined'
?
chrome
.
browserAction
:
undefined
;
// #!endif