`File` should be clonable via `structuredClone`

Version

20.0.0

What is the expected behavior? Why is that the expected behavior?

In any proper env File is serializable -> clonable:

image

What do you see instead?

In NodeJS 20.0.0 it's not:

image

Additional information

https://w3c.github.io/FileAPI/#file-section

image