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
For instance if we have HttpServer which we want to be extended from EventEmitter (both of which are built-in) we can't do this currently, because jswrapper only checks HttpServer for built-in functions, not EventEmitter too.