-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open multiple windows #2265
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
Comments
Looks i was wrong |
What is use case? |
In my particular case, I am working on a presentation system where there are three browser windows open (one on each of the three monitors connected). The browsers are synchronised using When starting a development session it's a chore to have to manually open three windows and change the urls to include I do believe this may be an edge case and rare but I feel its something I may use over and over while developing multi user games/chat apps etc. I am willing to perform the leg work and get a PR up and running if you think its a worthy feature. |
Yes, PR welcome 👍 |
Done #2266 |
Code
It would be really helpful to launch multiple windows using the
openPage
option rather than only a single one.E.g.
For Features; What is the motivation and/or use-case for the feature?
We are working on an application which in its nature requires multiple web-browser windows to be open.
The text was updated successfully, but these errors were encountered: