Julusian / node-elgato-stream-deck

A Node.js library for interfacing with the Elgato Stream Deck. https://julusian.github.io/node-elgato-stream-deck/
https://www.npmjs.com/org/elgato-stream-deck
MIT License
163 stars 21 forks source link

fix: val.readUint8 is not a function #95

Closed ThibautMarechal closed 4 months ago

ThibautMarechal commented 4 months ago

Fixes : https://github.com/Julusian/node-elgato-stream-deck/issues/94

Julusian commented 4 months ago

ah thats annoying, I didn't realise that the buffer polyfill is rather incomplete now and is missing these aliases. I'll get this merged and released, then I shall pick up something I started a while back to remove reliance on this library, relying on UInt8Array, DataView and related types instead