IndexedDB: Blob storage should calculate+write CRC checks on save, check CRC on access |
|
Issue descriptionIndexedDB uses LevelDB for key+value level access, which uses CRC checking. This allows catching accidental/unintended bit flips in storage equipment. When IndexedDB saves data to a blob, however, there's no CRC checking. We should add CRC checking to our Blob access. |
|
►
Sign in to add a comment |
|
Comment 1 by c...@chromium.org
, Sep 27Status: Available (was: Untriaged)