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

Exit from browser app not captured #139

Closed
RichardFoss opened this issue Jun 2, 2019 · 1 comment
Closed

Exit from browser app not captured #139

RichardFoss opened this issue Jun 2, 2019 · 1 comment

Comments

@RichardFoss
Copy link

Thanks for this capability!
I am using it in an OSX node.js application. When I do this, I don't see the browser context, but rather just my client app name and my GUI. The client app window is also very small - does not show the whole GUI.

When I exit, the exit is not picked up by:
window.addEventListener("beforeunload", function() {
socket.emit("clientLeft", clientID);
});

Any way that I can increase the window size and also capture exit?

@sindresorhus
Copy link
Owner

These questions are not related to open.

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

No branches or pull requests

2 participants