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

Add option to show electron window #150

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tylerjpeterson
Copy link

When testing in browser, I find it helpful at times to be able to view the window. This didn't appear possible when using electron as the browser. electron-stream already provides a show option, so I simply exposed the option via the bin script and updated the README.md.

I assume this qualifies as a "trivial" update, so I am forgoing the process outlined in the contributing guidelines.

Copy link
Owner

@juliangruber juliangruber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, although it would be even nicer to add this option for every browser

@fregante
Copy link
Contributor

fregante commented Dec 13, 2019

Indeed, especially because Firefox already shows the window and I’d prefer the opposite. Perhaps the opposite of a --headless option? --headful?

@juliangruber
Copy link
Owner

I wouldn't mess with the term "headless", that gets confusing. Well if Firefox always shows we can consider "show: true" support to be done already :D

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

Successfully merging this pull request may close these issues.

None yet

3 participants