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
Hmm... something we didn't catch on tests? Sorry about that (don't really use links). I will implement a fix on the upcoming version that I'm working on at branch js. For the current master, I'll gladly accept a patch.
Just came across this and I think this can be closed, since it works "now" (after all it's 2 years old), been trying it while walking through some examples.
I try this code example for link two buckets:
but i get this error message for line 3
-Length'] = this.data instanceof Buffer ? this.data.length : Buffer.byteLength
^
TypeError: Argument must be a string
When i remove line 2, then this update method works correctly.
The text was updated successfully, but these errors were encountered: