Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: BrowserWindowProxy #32134

Closed
3 tasks done
jinshaopu opened this issue Dec 9, 2021 · 2 comments
Closed
3 tasks done

[Feature Request]: BrowserWindowProxy #32134

jinshaopu opened this issue Dec 9, 2021 · 2 comments
Labels

Comments

@jinshaopu
Copy link

Preflight Checklist

Electron Version

16.0.2

What operating system are you using?

Windows

Operating System Version

windows10

What arch are you using?

ia32

Last Known Working Electron version

No response

Expected Behavior

const win=window.open() //get a BrowserWindowProxy object .
win.print()
win.close()//dosn't wait for print over

Actual Behavior

win.close() should wait for print over

Testcase Gist URL

No response

Additional Information

No response

@miniak
Copy link
Contributor

miniak commented Dec 9, 2021

Make sure you have nativeWindowOpen: true, as BrowserWindowProxy is going away #29405

@jinshaopu
Copy link
Author

thank you.I found my problem @miniak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants