openwebrxplus-plugins

This utility plugin will give a function wrapping method and will send some events.
This plugin is a dependency for almost all plugins.

Load

Add this lines in your init.js file (await ensures it finishes before dependents):

await Plugins.load('https://0xaf.github.io/openwebrxplus-plugins/receiver/utils/utils.js');
// load the rest of your plugins here

init.js

Learn how to load plugins.