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 01bd05b commit 53add51Copy full SHA for 53add51
src/api.js
@@ -208,7 +208,7 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
208
}
209
210
/** @typedef {string|number|null|Uint8Array} Database.SqlValue */
211
- /** @typedef {Database.SqlValue[]|Object<string, Database.SqlValue>} Statement.Params */
+ /** @typedef {Database.SqlValue[]|Object<string, Database.SqlValue>} Statement.BindParams */
212
213
/** Bind values to the parameters, after having reseted the statement
214
*
0 commit comments