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
You can't, for example, load google.com from localhost. This fails, but does so silently.
We do catch the error in a try/catch here. We could improve this by checking the error in the catch and if it is a SecurityError, rethrow so the user can see the error.
Chrome and Firefox give a different error message, so detecting this might be tricky.
The text was updated successfully, but these errors were encountered:
You can't, for example, load google.com from localhost. This fails, but does so silently.
We do catch the error in a try/catch here. We could improve this by checking the error in the catch and if it is a SecurityError, rethrow so the user can see the error.
Chrome and Firefox give a different error message, so detecting this might be tricky.
The text was updated successfully, but these errors were encountered: