Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

Add package Fileinterface #90

Closed
raix opened this issue Oct 10, 2013 · 4 comments
Closed

Add package Fileinterface #90

raix opened this issue Oct 10, 2013 · 4 comments

Comments

@raix
Copy link

raix commented Oct 10, 2013

This package will provide cfs with the basic abstracted interface for handling files in browsers - so we dont actually touch the javascript file API including stuff like:

  • Filereader
  • Blob
  • slice
  • etc.

We create a nice cfs file object wrapper with the same interface no matter what browser etc.

We will have to add support for IE9, cordova, chrome packaged apps etc.

@aldeed
Copy link
Contributor

aldeed commented Jan 1, 2014

Is this issue solved entirely by FS.File? I'm not sure about your comment about "IE9, cordova, chrome packaged apps etc."

@raix
Copy link
Author

raix commented Jan 1, 2014

The idea was to have kind of a polyfill for file support in browsers etc. but as time goes I'm not sure how big a problem this is. It would be nice to have a standard interface for filehandling.

@aldeed
Copy link
Contributor

aldeed commented Jan 1, 2014

Oh, I see. Seems like something that should already exist somewhere.

@aldeed aldeed modified the milestones: CollectionFS V2 - Final, CollectionFS V2 - Packages Feb 23, 2014
@raix
Copy link
Author

raix commented Mar 21, 2014

I think this is the shim you have added from eli - closing this.

@raix raix closed this as completed Mar 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants