Closed as not planned
Closed as not planned
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
17.0.0-beta.5
What operating system are you using?
Windows
Operating System Version
Windows 10 19042.985
What arch are you using?
x64
Last Known Working Electron version
14.1.1
Expected Behavior
var win = window.open("https://www.google.com");
win.hello
value should be accessible if defined in preload script
Actual Behavior
The value is undefined. If trying to manually access it later it will be defined, probably because the preload script is executed at a later time.
Testcase Gist URL
https://gist.github.com/t57ser/be7947cd051cdedf1e03c31100785042
Additional Information
No response
<
58D7
/div>