Apparently this is a [non-standard](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/attachEvent) feature that's subject to change. We should modify this to use a more stable API, like `addEventListener`.
Apparently this is a non-standard feature that's subject to change. We should modify this to use a more stable API, like
addEventListener.