GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.31k stars 309 forks source link

how to load a url in a new window? #97

Closed whatsdis closed 5 years ago

whatsdis commented 5 years ago

hey guys so I need two windows open.

The first is the app window itself. It will be skinny. I need to load an external https:// URL website and show it in a new window beside app window. I want to be able to spawn multiple such externally loaded websites and bring each to a focus when I select it from the app.window

is this possible?

pavelfeldman commented 5 years ago

Added example for you.

whatsdis commented 5 years ago

wow....I would not have been able to figure that out on my own