supertokens-website
supertokens-website copied to clipboard
Events produced by the XHR interceptor have the wrong target
The events received by listeners added through addEventListener
have the wrong target. Ideally, we should forward the same events and implement our own callback instead of using the built-in EventTarget
and re-dispatching events.