Library allows Firefox extensions to polyfill node dgrammodule using libdweb.
import drgamify from "@libdweb/node-dgram"
const dgram = drgamify(browser)
npm install @libdweb/node-dgram
You can run example from test directory by running npm run demo
after npm install