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 see ByteBufferPrototype.writeBytes = ByteBufferPrototype.append; and then later on ByteBufferPrototype.append = function(source, encoding, offset) {. The order of these should be switched otherwise writeBytes will be undefined.