PowerSyncWebOpenFactory typedef
PowerSyncWebOpenFactory = PowerSyncOpenFactory
The default core.PowerSyncOpenFactory implementation for the web. Unlike the cross-platform interface, this is guaranteed to implement WebSqliteOpenFactory.
This typedef is mostly used internally, e.g. in the web implementation of
powersync_sqlcipher
which relies on the fact that web-specific factory
methods are available.
Implementation
typedef PowerSyncWebOpenFactory = PowerSyncOpenFactory;