You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't necessarily like the on* methods interface, and it'll be good if the RemoteRequest class can implement the EventTarget class so that the callbacks can be attached via the addEventListener() method.
I don't necessarily like the
on*methods interface, and it'll be good if theRemoteRequestclass can implement theEventTargetclass so that the callbacks can be attached via theaddEventListener()method.