This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
webextension-polyfill
Watch
1
Star
0
Fork
You've already forked webextension-polyfill
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
29a674a8eb
webextension-polyfill
/
test
/
fixtures
/
import-as-es6-extension
/
background.js
4 lines
95 B
JavaScript
Raw
Blame
History
browser
.
runtime
.
onMessage
.
addListener
(
async
(
msg
,
sender
)
=>
{
return
{
bgReceived
:
msg
}
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink