Re: [whatwg/storage] Proposal: Add detailed usage breakdown in estimate() (#63)

Just to get it out of my head, the IDL would be:

```webidl
dictionary StorageEstimate {
  unsigned long long usage;
  unsigned long long quota;
  record<DOMString, unsigned long long> details;
};
```

(Unless we invented partial enums when I wasn't looking)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/issues/63#issuecomment-398564370

Received on Tuesday, 19 June 2018 22:19:24 UTC