Skip to content
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

Closed
amitport opened this issue Jul 22, 2018 · 3 comments
Closed

any chance to remove dependency on 'blob'? #99

amitport opened this issue Jul 22, 2018 · 3 comments
Milestone

Comments

@amitport
Copy link
Contributor

amitport commented Jul 22, 2018

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

@darrachequesne
Copy link
Member

Hi @amitport, it seems you're now owner of the blob package 🎉

$ npm owner ls blob
amitport <[email protected]>
rase- <[email protected]>

Could you please publish a new release?

@amitport
Copy link
Contributor Author

Published [email protected]!

@darrachequesne darrachequesne added this to the 2.1.3 milestone Nov 1, 2018
@jimmywarting
Copy link

jimmywarting commented Jan 29, 2019

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

Important: PhantomJS development is suspended until further notice (see #15344 for more details).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants