Files
nostash/Shared (Extension)/Resources/utils.js

4 lines
107 B
JavaScript

export async function bglog(msg) {
await browser.runtime.sendMessage({ kind: 'log', payload: msg });
}