IndexedDB: Retrieving a slice of a record value.

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