Processing available draft store operations on SQLite database via worker.
Depends on D7124
Paths
| Differential D7153 Authored by kamil on Mar 23 2023, 6:13 AM.
Tags None Referenced Files
Details Summary Processing available draft store operations on SQLite database via worker. Depends on D7124 Test Plan Run this code await webDBWorker.scheduleOnWorker({ type: workerRequestMessageTypes.PROCESS_STORE_OPERATIONS, storeOperations: { draftStoreOperations } }); in web reducer and check if operations are properly processed
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added subscribers: atul, ashoat. · View Herald TranscriptMar 23 2023, 6:13 AM2023-03-23 06:13:30 (UTC-7) Harbormaster completed remote builds in B17549: Diff 24024.Mar 23 2023, 6:29 AM2023-03-23 06:29:16 (UTC-7) This revision is now accepted and ready to land.Mar 23 2023, 12:52 PM2023-03-23 12:52:24 (UTC-7) Closed by commit rCOMMefff9422557b: [web-db] process Draft Store Operations on worker (authored by kamil). · Explain WhyMar 30 2023, 1:24 AM2023-03-30 01:24:30 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 24366 lib/types/store-ops-types.js
web/database/worker/db-worker.js
web/types/worker-types.js
|