- From: Joran Greef <joran@ronomon.com>
- Date: Tue, 17 Apr 2012 13:28:07 +0200
- To: public-webapps@w3.org
It would be great if there was a way to use IndexedDB to get just a slice of a record value, not the entire value. For example, when storing many large binary values, there may be useful meta or header info at the start or end of each value, which could be retrieved directly. It would be a waste to have to store this data twice, or to read the entire value.
Received on Tuesday, 17 April 2012 11:28:41 UTC