Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
infinitegforums
/
3ab9bc588eb8cc7d6db0bb93af68fd89acb6c9f1
/
.
/
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