-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary:The ArrayBuffer support added in #6156 crashed on iOS7 as Uint8Array is unavailable. This diff removes that feature. We can revisit it again once we drop support for iOS 7. Reviewed By: javache Differential Revision: D2999762 fb-gh-sync-id: b497eac92ca5a0865b308d2a08c9409fcce97156 shipit-source-id: b497eac92ca5a0865b308d2a08c9409fcce97156
- Loading branch information
1 parent
e3de994
commit ca67648
Showing
1 changed file
with
3 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ca67648
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit breaks socket.io's long polling, either manually modify back this file or enable only websocket works for me.
ca67648
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's possible to get this not-crashing on iOS 7 -- if anyone cares enough you should go do it.