-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uint8Array
throws errors of undefined under IE8
#1234
Milestone
Comments
aleen42
pushed a commit
to aleen42/socket.io-client
that referenced
this issue
Sep 20, 2018
aleen42
added a commit
to aleen42/socket.io-client
that referenced
this issue
Sep 20, 2018
1 task
Any progress? |
seems duplicated with #979 |
darrachequesne
added a commit
to socketio/engine.io-parser
that referenced
this issue
Sep 30, 2020
The newer versions are not compatible with IE8. Related: socketio/socket.io-client#1234
darrachequesne
added a commit
that referenced
this issue
Sep 30, 2020
darrachequesne
added a commit
that referenced
this issue
Sep 30, 2020
Closed by socketio/engine.io-parser@11e9563 and released in 2.3.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You want to:
Current behaviour
What is actually happening?
Since
socket.io-client@1.4.5
upgradedbase64-arraybuffer
to1.0.5
during the commit e97f904, there have been an error thrown when using IE8 asbase64-arraybuffer
as it directly calledUint8Array
which has not been defined under IE8 (niklasvh/base64-arraybuffer@1616895).Steps to reproduce (if the current behaviour is a bug)
Just import
socket.io-client@1.4.5+
under IE8Expected behaviour
What is expected?
Solving the script error
Setup
The text was updated successfully, but these errors were encountered: