Skip to content

src: fix unhandled error in structuredClone

Fixes: #54602 (closed)

This patch adds error handling in structuredClone for objects set as cloneable but untransferable via markTransferMode(this, true, false). As a result, it ensures that a DataCloneError is thrown when cloning a Blob with the transfer option.

Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com

Merge request reports

Loading