Chrome Apps : How to save blob content to fileSystem in the background?
问题 In Chrome Apps, I'm downloading a blob content from a server using JavaScript XHR (Angular $http GET in particular, with response type 'blob') How should I save this to chrome application's file system? Currently using an Angular wrapper on HTML5 filesystem API https://github.com/maciel310/angular-filesystem I do not want to show user a popup (hence I can't use chrome.fileSystem. chooseEntry ) The chrome.fileSystem.requestFileSystem API is only supported by Kiosk-only apps. Hence I'm using