Commit b6ca0955 authored by Daniel Murphy's avatar Daniel Murphy

[IndexedDB] renaming BlobData -> BlobEntry to match README

TBR: rockot@chromium.org
Bug: 1027737
Change-Id: Idcd669f2f91a542ced570beda300aad715055868
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956066Reviewed-by: default avatarDaniel Murphy <dmurph@chromium.org>
Commit-Queue: Daniel Murphy <dmurph@chromium.org>
Auto-Submit: Daniel Murphy <dmurph@chromium.org>
Cr-Commit-Position: refs/heads/master@{#723034}
parent a46b3df1
...@@ -103,9 +103,9 @@ There is no length prefix; just read until you run out of data. ...@@ -103,9 +103,9 @@ There is no length prefix; just read until you run out of data.
If the blobKey is `DatabaseMetaDataKey::kAllBlobsKey`, the whole If the blobKey is `DatabaseMetaDataKey::kAllBlobsKey`, the whole
database should be deleted. database should be deleted.
### BlobData (value) ### BlobEntry (value)
Blob data is zero-or-more instances of the structure: A blob entry is zero-or-more instances of the structure:
``` ```
{ {
...@@ -302,7 +302,7 @@ followed the encoded IDB primary key. ...@@ -302,7 +302,7 @@ followed the encoded IDB primary key.
key | value key | value
-----------------------------------------------------|------- -----------------------------------------------------|-------
«database id, object store id, 3, user key (IDBKey)» | BlobData «database id, object store id, 3, user key (IDBKey)» | BlobEntry
## Index data ## Index data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment