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 tried using this module and hit the "expected Uint8Array" exception. Problem seems to be that the caller is running in a sandbox (via vm module), so its Uint8Array class is coming from a different scope. It might be better to test for buf.BYTES_PER_ELEMENT == 1.
The text was updated successfully, but these errors were encountered:
I tried using this module and hit the "expected Uint8Array" exception. Problem seems to be that the caller is running in a sandbox (via
vm
module), so itsUint8Array
class is coming from a different scope. It might be better to test forbuf.BYTES_PER_ELEMENT == 1
.The text was updated successfully, but these errors were encountered: