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
{{ message }}
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
While writing docs I realized there's a gap in the tests. It doesn't test what happens to a Buffer when you get it with asBuffer: false (should be a Uint8Array if a value, and a ArrayBuffer if a key).
While writing docs I realized there's a gap in the tests. It doesn't test what happens to a
Bufferwhen yougetit withasBuffer: false(should be aUint8Arrayif a value, and aArrayBufferif a key).