Page MenuHomePhabricator

[web] implement functions to import/export database content
ClosedPublic

Authored by kamil on Jul 19 2023, 7:02 AM.
Tags
None
Referenced Files
F5879639: D8559.id.diff
Thu, Apr 17, 1:57 AM
Unknown Object (File)
Sat, Mar 29, 6:42 AM
Unknown Object (File)
Wed, Mar 19, 11:01 AM
Unknown Object (File)
Mar 12 2025, 10:21 PM
Unknown Object (File)
Mar 7 2025, 5:36 AM
Unknown Object (File)
Mar 5 2025, 5:08 PM
Unknown Object (File)
Mar 5 2025, 3:06 AM
Unknown Object (File)
Mar 5 2025, 12:52 AM
Subscribers

Details

Summary

This is using Emscripten virtual file API.

Gets/puts file content on which the native module operates.

Only worker (one thread) operates on file using synchronous API - there should be no problems with locks/parallel access.

Test Plan

Tests.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jul 19 2023, 9:10 AM
kamil edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jul 21 2023, 6:31 AM
kamil edited the summary of this revision. (Show Details)

CI

Minor note – the filename worker-crypto-utlis.test.js has a typo

Minor note – the filename worker-crypto-utlis.test.js has a typo

Thanks for catching it, fixed in D8653