I'm Japanese, so I trying write English but maybe been poor... sorry.
Suggestion
This article shows using IndexedDB to storing kintone app's records.
Please describe the riskiness that deleted records, changing ACLs, and others.
Reason
This articles is shows:
- Creating IndexedDB's store
- Updateing records in IndexedDB's store
But, they'll upsert only "existing" records, so deleted records are not considered.
And the records that to be hidden because ACLs changed is same.
These cases has riskness, ex. ghost cache, access violation, confidential datas leaking, and more.
Making sure, for be better, to need descriptions these cases, I think.