Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(file): alternate file implementation (#283)
* alternate file implementation * SocialSharing: Add recommended `shareWithOptions` method * Revert "SocialSharing: Add recommended `shareWithOptions` method" * refactor(file): tslint & remove window declaration * export all from file * remove the cordova export and declaration
- Loading branch information
6ed32ef
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.
Am I missing something, or does this clobber the only ability to quickly get a reference to a directory?
Before this update we could use
checkDir()
to get a handle on the directory in question. Now we just get a boolean, and there's no publicgetDirectory()
to replace this functionality.