@quasar/app
Version:
Quasar Framework local CLI
11 lines (9 loc) • 318 B
JavaScript
// Hooks added here have a bridge allowing communication between the Web Page and the BEX Content Script.
// More info: https://quasar.dev/quasar-cli/developing-browser-extensions/dom-hooks
export default function attachDomHooks (/* bridge */) {
/*
bridge.send('message.to.quasar', {
worked: true
})
*/
}