DamonOehlman / filestream

W3C File Reader API streaming interfaces
30 stars 11 forks source link

Omit mime-component for browserify builds #7

Closed feross closed 10 years ago

feross commented 10 years ago

I use filestream in create-torrent (which is in turn used by webtorrent on the client-side) and mime-component is adding 35KB to the bundle size.

Can we eliminate the whole 'metadata' feature that uses mime-component? I don't use it in create-torrent and wouldn't miss it.

What do you think?

DamonOehlman commented 10 years ago

I think it can definitely be removed, while I use it I'm sure I can do the same thing in a different way... and agreed it's definitely not 35KB worth of convenience.