node-datachannel icon indicating copy to clipboard operation
node-datachannel copied to clipboard

can't import cleanup from CommonJS

Open nferch opened this issue 1 month ago • 1 comments

Having trouble importing the cleanup function from CommonJS:


5 import { cleanup } from 'node-datachannel';
                          ~~~~~~~~~~~~~~~~~~

Importing from the polyfills seems to work fine.

nferch avatar May 09 '24 19:05 nferch