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.