- From: Eric U <ericu@google.com>
- Date: Tue, 11 Jun 2013 17:09:28 -0700
- To: Jan Varga <jan.varga@gmail.com>
- Cc: Web Applications Working Group WG <public-webapps@w3.org>
> Here's the proposed file system API:
>
> Getting the root directory:
>
> enum PersistenceType { "temporary", "permanent" };
One small point: "permanent" should be "persistent", if you're trying
to match http://www.w3.org/TR/quota-api/ or
http://www.w3.org/TR/file-system-api/.
We stayed away from the word "permanent" for fear of over-promising.
Received on Wednesday, 12 June 2013 00:10:09 UTC