For example: ```js let el = document.createElement('div'); canReflect.onEvent(el.__proto__, "foo", function(){}); ``` This is because `el.__proto__` is not the actual element. I'm looking for a way to detect this.