We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/GoogleChromeLabs/carlo/blob/master/API.md#launchoptions
Carlo accepts app width and height so we can memorize window size on resizing and restore size when creating the app.
width
height
The text was updated successfully, but these errors were encountered:
Where to store the preferences data. ${HOME}/.koy or somewhere else?
${HOME}/.koy
Sorry, something went wrong.
Just use https://github.com/sindresorhus/conf
I found it's hard to implement because there is no beforeClose hook on puppeteer page instance.
beforeClose
does window.onbeforeunload work?
window.onbeforeunload
No branches or pull requests
https://github.com/GoogleChromeLabs/carlo/blob/master/API.md#launchoptions
Carlo accepts app
width
andheight
so we can memorize window size on resizing and restore size when creating the app.The text was updated successfully, but these errors were encountered: