initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
browser.runtime.sendMessage('message-from-webextension').then(reply=> {
|
||||
if (reply) {
|
||||
console.log('response from sdk addon: ', reply.content);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user