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
different behavior between v8.deserialize(v8.serialize(Array<mixed-ArrayBuffer-and-ArrayBufferView>)) and structuredClone(Array<mixed-ArrayBuffer-and-ArrayBufferView>)
#48153
Open
navegador5 opened this issue
May 24, 2023
· 0 comments
Version
Node.js v20.1.0.
Platform
Linux dev 5.15.0-71-generic #78-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux
Subsystem
I am not sure. but I think it should be located at
_writeHostObject
, coz I sawTreatArrayBufferViewsAsHostObjects
is always trueWhat steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
always
What is the expected behavior? Why is that the expected behavior?
I think its behavior should be same with structuredClone
What do you see instead?
different behavior with structuredClone
Additional information
No response
The text was updated successfully, but these errors were encountered: