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 Nov 28, 2018. It is now read-only.
I've noticed that ie8 fails when it tries to send a message.
When the function sizeOfUTF8 is called ie8 dies on the
encodeURI(s).split(/%..|./).length-1
When split is called it returns nothing.
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.
I've noticed that ie8 fails when it tries to send a message.
When the function sizeOfUTF8 is called ie8 dies on the
encodeURI(s).split(/%..|./).length-1
When split is called it returns nothing.
The text was updated successfully, but these errors were encountered: