Preflight Checklist
Electron Version
37.0.0
What operating system(s) are you using?
Windows
Operating System Version
Windows 11
What arch are you using?
x64
Last Known Working Electron version
No response
Expected Behavior
contextBridge should clone Cloneable types listed in the documents https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm, e.g. VideoFrame
Actual Behavior
It doesn't, and consider it a PlainObject, we can only get a plain object {}
Testcase Gist URL
https://gist.github.com/reitowo/333c280a9900cdcc84db01e1d962ce58

Additional Information
No response
Preflight Checklist
Electron Version
37.0.0
What operating system(s) are you using?
Windows
Operating System Version
Windows 11
What arch are you using?
x64
Last Known Working Electron version
No response
Expected Behavior
contextBridge should clone Cloneable types listed in the documents https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm, e.g. VideoFrame
Actual Behavior
It doesn't, and consider it a PlainObject, we can only get a plain object
{}Testcase Gist URL
https://gist.github.com/reitowo/333c280a9900cdcc84db01e1d962ce58
Additional Information
No response