- From: Jörn Zaefferer <notifications@github.com>
- Date: Fri, 22 Apr 2016 03:34:04 -0700
- To: whatwg/storage <storage@noreply.github.com>
- Cc:
Received on Friday, 22 April 2016 10:34:31 UTC
The introduction starts with > Over the years the web has grown various APIs that can be used for storage, e.g., IndexedDB, localStorage, and showNotification(). The Storage Standard consolidates these APIs by defining: Under 3. I found this note: > This specification primarily concerns itself with site storage. Which helps explain why there's nothing about actually storing and retrieving data. But as of now, I can't tell, for example, how I'd actually store something in combination with `navigator.storage`. That `StoreManager` interface doesn't expose anything that could be used to actually store something; the Promises made only contain booleans. --- 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/24
Received on Friday, 22 April 2016 10:34:31 UTC