Skip to content

fixed application start for Firefox in incognito mode (fallback UBCache to in-memory storage)

Pavel Mashliakovskiy requested to merge refact/ubCache into master
  • fixed application start for Firefox in incognito mode (fallback UBCache to in-memory storage)
  • BREAKING await UBCache.createStorage must be called before any UBCache operations. UBConnection.initCache already did it during connection creation, so nothing changed for UBConnection.cache usage

Merge request reports