parsec-cloud icon indicating copy to clipboard operation
parsec-cloud copied to clipboard

[Web]: IDB handle `{old,new}_version}` on `IDBVersionChangeEvent`

Open FirelightFlagboy opened this issue 1 year ago • 0 comments

Currently the code introduced by #6617, support the event IDBVersionChangeEvent but do not use the {old,new}_version to correctly apply the database migrations.

Currently it does not pose a problem since we only need to handle migration from version 0 to 1, but it could nice to have a system to handle the idb migrations

FirelightFlagboy avatar Mar 27 '24 08:03 FirelightFlagboy