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:
@ -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
|
||||
|
Reference in New Issue
Block a user