structuredClone(new Event('input'));
// Uncaught DOMException: Failed to execute 'structuredClone' on 'Window': Event object could not be cloned.
structuredClone(document.querySelector('input[type=file]').files);
Cloning DOM nodes likewise throws a DataCloneError exception.Как минимум нельзя клонировать DOM, а в Event есть на него ссылки.