- From: Joshua Bell <notifications@github.com>
- Date: Tue, 19 Jun 2018 15:19:01 -0700
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 June 2018 22:19:24 UTC
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