You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be much nicer to get a single common instance when getting the default store:
extensionDiskPersistencewhere AccessMode ==ReadWrite{
/// The default persistence for the read-write store of an app.
publicstaticvar`default`:DiskPersistence<AccessMode>=...}extensionDiskPersistencewhere AccessMode ==ReadOnly{
/// The default persistence for the read-only store of an app.
publicstaticvarreadOnlyDefault:DiskPersistence<AccessMode>=self.default.readOnly
}
However, the default URL helper cannot through in that case, specifically on Linux, and we must have a way from converting from a read-write store to a read-only one.
It would be much nicer to get a single common instance when getting the default store:
However, the default URL helper cannot through in that case, specifically on Linux, and we must have a way from converting from a read-write store to a read-only one.
Depends on:
The text was updated successfully, but these errors were encountered: