SqfliteFfiWebOptions class

Web options.

Constructors

SqfliteFfiWebOptions({bool? inMemory, Uri? sqlite3WasmUri, String? indexedDbName, Uri? sharedWorkerUri, @visibleForTesting bool? forceAsBasicWorker})
Default ok for regular dart applications but not flutter app.

Properties

forceAsBasicWorker bool?
Force sharedWorkerUri as a basic worker (i.e. Worker instead of SharedWorker). Shared worker don't work on Android mobile web yet.
final
hashCode int
The hash code for this object.
no setterinherited
indexedDbName String?
Indexed db name holder the databases.
final
inMemory bool?
In memory options, indexedDbName is ignored
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedWorkerUri Uri?
If using a shared worker, the one to spawn.
final
sqlite3WasmUri Uri?
wasm3 uri
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited