| Commit message (Collapse) | Author | Age |
|
|
|
| |
Fixed the methods to allow for ArrayBuffer data to be sent, fixes saving files that are not plain text.
|
|
|
|
| |
Trying to fix mime type issues in FileSystem, Chrome does not support reponseType 'blob', so looking at alternatives.
|
|
|
|
| |
Adding functionality to copy a local library to the cloud. Currently creating directory structure. Need to add ability to copy files and ensure proper mime-type is set.
|
| |
|
|
|
|
| |
Added the ability to store locally in chrome single file libraries used by Ninja. Working on adding multi-file libraries.
|
|
|
|
| |
Setting up the logic to handling copying ninja required libraries into the app local file system sandbox to be used by cloud simulator.
|
| |
|
| |
|
|
|
|
| |
This class will be used to copy locally the library needed for Ninja's IO.
|
|
Chrome file system API will be used to copy over files from the sandboxed app into the sandboxed file system directory (in Chrome) to then be used by the core API and the cloud.
|