HomePhabricator
Diffusion Comm e8645d4fe752

[web-db] add indexedDB config

Description

[web-db] add indexedDB config

Summary:
Adding config according to docs.

Depends on D6986, D6989, D6988

Test Plan:
Run this code:

try {
  const value = await localforage.setItem('test', {
    prop: 'test prop',
  });
  console.log(value);
} catch (err) {
  console.log(err);
}

and check in devtools (web and desktop) if database was properly created

Reviewers: michal, tomek

Reviewed By: tomek

Subscribers: ashoat, atul

Differential Revision: https://phab.comm.dev/D6990

Details

Provenance
kamilAuthored on Feb 28 2023, 7:20 AM
Reviewer
tomek
Differential Revision
D6990: [web-db] add indexedDB config
Parents
rCOMM8751e77ed757: [comm-opaque] Create opaque 2.0 facade for usage in Comm
Branches
Unknown
Tags
Unknown