We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It's hard to test for memory leaks in the demo because so many things have a reference to the Terminal object, including the Ui and addons.
Also it looks DOM listeners on document after Terminal.dispose is triggered are keeping the Terminal object in memory.
Terminal.dispose
Terminal