184
edits
| Line 42: | Line 42: | ||
* (Yoric) Please don't use nsIFile, ever. We are attempting to get rid of nsIFile in JS code. If you need file access in JS, you should use OS.File. | * (Yoric) Please don't use nsIFile, ever. We are attempting to get rid of nsIFile in JS code. If you need file access in JS, you should use OS.File. | ||
* (Yoric) Please design your data directory so that it can be accessed from chrome worker threads. | * (Yoric) Please design your data directory so that it can be accessed from chrome worker threads. | ||
* (Yoric) When time comes to make writes shutdown-safe, please come and talk to me. | |||
edits