- From: Philip Jägenstedt <notifications@github.com>
- Date: Sat, 01 Oct 2016 14:54:32 -0700
- To: w3c/quota-api <quota-api@noreply.github.com>
Received on Saturday, 1 October 2016 21:55:01 UTC
http://w3c.github.io/quota-api/#storagequota-interface
```WebIDL
[NoInterfaceObject]
interface StorageQuota {
[SameObject]
readonly attribute frozen array supportedTypes;
Promise queryInfo (StorageType type);
Promise requestPersistentQuota ([Clamp] unsigned long long newQuota);
};
```
This should use `FrozenArray<StorageType>` and `Promise<void>`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/quota-api/issues/5
Received on Saturday, 1 October 2016 21:55:01 UTC