Closed mvollrath closed 5 years ago
This is #17 with the requested review fix to use _getByteLength() instead of the Buffer interface.
_getByteLength()
Buffer
Fixes #18
Looking at this again, I think we need to add the same fix here for string arrays
You're right, that's where it does arrays of strings.
This is #17 with the requested review fix to use
_getByteLength()
instead of theBuffer
interface.Fixes #18