You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this because the TypeScript .d.ts has toBuffer return
ArrayBuffer in node, which then causes incorrect compilation errors. Any
ideas on how to avoid that?
Daniel Wirtz <[email protected]> schrieb am Di., 27. Feb. 2018 um
17:58 Uhr:
toBuffer()
is documented as returningArrayBuffer
, but returnsBuffer
in nodejs in practice.https://github.com/dcodeIO/bytebuffer.js/wiki/API#bytebuffertobufferforcecopy
Oversight, intentional?
The text was updated successfully, but these errors were encountered: