-
Notifications
You must be signed in to change notification settings - Fork 62
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
any chance to remove dependency on 'blob'? #99
Comments
Hi @amitport, it seems you're now owner of the
Could you please publish a new release? |
Published [email protected]! |
Can we not simply remove the blob dependency and some other old legacy stuff? I mean Blob and arrayBuffer is supported now in all "green" browser version... just a question, what browsers are you giving support to? MS stop giving support to IE < 11. Are you going to do the same? Also do we still want to do PhantomJS relevant stuff? there is no page visitor that use phantomJS. only developers who want to do testing. so 99.9% of all users won't even care var isPhantomJS = typeof navigator !== 'undefined' && /PhantomJS/i.test(navigator.userAgent); Now days most ppl use headless chrome
|
relevant to socket.io issue socketio/socket.io-client#1166
published webmodules/blob#14, but not getting any response (+last commit to
blob
was in 2015)@darrachequesne @rauchg @nkzawa
The text was updated successfully, but these errors were encountered: