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
{{ message }}
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.
A bunch of the GuestWebContentsPrototype methods check if (this._webView) before acting, because they're sometimes called before _this.webView has been assigned. We should ensure that it's defined before any of these methods get called.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A bunch of the GuestWebContentsPrototype methods check
if (this._webView)
before acting, because they're sometimes called before _this.webView has been assigned. We should ensure that it's defined before any of these methods get called.The text was updated successfully, but these errors were encountered: