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
Using instanceof to check for arrays etc. can cause issues across frame boundaries. Each document has a different context so one array may not be an instanceof another.
Using
instanceof
to check for arrays etc. can cause issues across frame boundaries. Each document has a different context so one array may not be aninstanceof
another.The text was updated successfully, but these errors were encountered: