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 Jan 25, 2022. It is now read-only.
The way StructuredClone works is by simply assigning a Data Block to a new output ArrayBuffer across Agents and then detaching the input ArrayBuffer. So in effect they are already shared across Agents, we just make sure to detach them.
I think it would be better to just make this sharedness a clarification around what actually happens to a Data Block than introducing a new type.