Reference

Integration checklist

60-second design-review scan. Companion to lesson 4.

Reject clone if…

Reject transfer if…

Risk scan

Risk What to check
Orphan list Every transfer-list entry is reachable from the cloned / posted value
Typed-array list List is .buffer, not the view
Detach surprise Sender is done with those bytes; no later clone of them
Proxy / class Payload is plain data, not a live reactive object or class instance
Cost Graph size / frequency; patches or transfer before blaming the API
Loud vs silent Functions/DOM throw on clone; JSON drops them. Know which algorithm you are on