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

HTML window.close() not working #1225

Open
MauriceVeraart opened this issue Jul 22, 2019 · 1 comment
Open

HTML window.close() not working #1225

MauriceVeraart opened this issue Jul 22, 2019 · 1 comment

Comments

@MauriceVeraart
Copy link
Contributor

Expected behaviour

When I do

   function stop() {
        // some out animation
        setTimeout(function(){ window.close(); }, 2500);
    }

the HTML producer get's destroyed (2.1.8 NRK version )

Current behaviour

When I look in DIAG the producer stays 'eating memory'

Environment

  • Server version: 2.3.0#d442a8f8
  • Operating system: windows
@Julusian
Copy link
Member

Potential duplicate of #973

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

No branches or pull requests

2 participants