JSFileApi: Difference between revisions

Jump to navigation Jump to search
115 bytes added ,  6 October 2011
→‎Not implemented: - accessing temporary directory
(→‎Constants: -tmpDir (not portable enough))
(→‎Not implemented: - accessing temporary directory)
Line 449: Line 449:
* linking -- very different between platforms
* linking -- very different between platforms
* readString, writeString -- ArrayBuffer <-> String conversion most likely deserves its own API
* readString, writeString -- ArrayBuffer <-> String conversion most likely deserves its own API
* opening a file or directory from a full path -- error-prone, difficult to optimize, favors hardcoding non-portable paths -- also, we intend to use this API mostly to access files in well-known directories.
* opening a file or directory from a full path -- error-prone, difficult to optimize, favors hardcoding non-portable paths -- also, we intend to use this API mostly to access files in well-known directories;
* accessing the temporary directory -- it doesn't exist on Android, and emulating would require heavy scaffolding.


= Implementation notes =
= Implementation notes =
184

edits

Navigation menu