1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Document the role of the sqlite3.client JS API property.

FossilOrigin-Name: 5f11f1c7d5f8b627acd2ace277521d39fe2ffb0ef1dfe532e65fb56ea3dfb4d8
This commit is contained in:
stephan
2022-12-13 10:54:12 +00:00
parent 30f50a2d34
commit 3c9749ab74
3 changed files with 16 additions and 7 deletions

View File

@ -1673,6 +1673,15 @@ self.sqlite3ApiBootstrap = function sqlite3ApiBootstrap(
build-generated object.
*/
version: Object.create(null),
/**
The library reserves the 'client' property for client-side use
and promises to never define a property with this name nor to
ever rely on specific contents of it. It makes no such guarantees
for other properties.
*/
client: undefined,
/**
Performs any optional asynchronous library-level initialization
which might be required. This function returns a Promise which