Unbinding handlers to events fired on regular objects
bind() and trigger() on regular, non-DOM element objects seem to work even though it was not mentioned in the docs. But how can the handlers be unregistered? one() and unbind() both fail while trying to call removeEventListener().