Details
Details
- Reviewers
michal tomek - Commits
- rCOMMc6ea9a5a2f99: [web-db] generate `CryptoKey` and persist
Run this code:
await webDBWorker.scheduleOnWorker({ type: workerRequestMessageTypes.GENERATE_CRYPTO_KEY, });
in check in indexedDB devtools if crypto key is properly persisted
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
web/types/worker-types.js | ||
---|---|---|
7 ↗ | (On Diff #23514) | Can we make this more explicit and tell that it is database encryption key? I guess there might be some other crypto keys in the future. |