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
Unknown Object (File)
Fri, Feb 14, 1:14 PM
Unknown Object (File)
Tue, Feb 11, 9:10 AM
Unknown Object (File)
Sat, Feb 1, 10:27 PM
Unknown Object (File)
Wed, Jan 29, 11:03 AM
Unknown Object (File)
Sun, Jan 26, 6:03 AM
Unknown Object (File)
Jan 13 2025, 6:21 PM
Unknown Object (File)
Jan 13 2025, 11:57 AM
Unknown Object (File)
Jan 13 2025, 11:56 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