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
feat(workflow): Clone sink args at call time (#1118)
Use
[structuredClone](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone)
to clone sink call arguments at call time.
While this adds some runtime overhead, it leads to a more predictable
experience when an argument is mutated after being passed to a sink as
well as better exceptions when passing a non-transferrable object to a
sink.
Only available from Node.js >= 17.
0 commit comments