We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdd5dd commit ed2c3c0Copy full SHA for ed2c3c0
packages/sqlite_async/lib/src/web/database.dart
@@ -137,6 +137,7 @@ class WebDatabase
137
return await callback(context);
138
} finally {
139
context.markClosed();
140
+ await _database.fileSystem.flush();
141
}
142
});
143
} else {
@@ -148,6 +149,7 @@ class WebDatabase
148
149
150
151
152
153
await _database.customRequest(
154
CustomDatabaseMessage(CustomDatabaseMessageKind.releaseLock));
155
0 commit comments