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