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
When decoding the invalid UTF-8 sequence %ED%BF%BF, decodeURIComponent outputs replacement characters ��� instead of throwing a URIError, violating ECMA-262 specifications.