This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lovefield: wrap calls to deserialize rows in object_store getAll with…
… try/catch. On error, reject the returned promise by wrapping in lf.Exception. Add a new dedicated error code for failure to deserialize row. Errors thrown trying to deserialize corrupt data from IndexedDB were previously uncaught (i.e. https://bugs.chromium.org/p/chromium/issues/detail?id=899446) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=254751151
- Loading branch information
Showing
5 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters