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 c3d228d commit fd9d2caCopy full SHA for fd9d2ca
src/api.js
@@ -1075,7 +1075,7 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
1075
return new StatementIterator(sql, this);
1076
};
1077
1078
- /** Exports the contents of the database to a binary array. This
+ /** Exports the contents of the database to a binary array. This
1079
* operation will close and re-open the database which will cause
1080
* any pragmas to be set back to their default values.
1081
@return {Uint8Array} An array of bytes of the SQLite3 database file
0 commit comments