Timendus / ticalc-usb

A library to communicate with TI graphing calculators through WebUSB
https://ticalc.link
GNU General Public License v3.0
29 stars 4 forks source link

util fallback #27

Closed Timendus closed 3 years ago

Timendus commented 3 years ago

We may want to have this fallback, if webpack 5 completely removes the NodeJS require('util') bit unless we have a fallback. Something to test.

Timendus commented 3 years ago

Tested, don't need this. Library works fine in NodeJS without it, it seems.