Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
see https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/300
normal use is
await connection.end();
but alias close() is defined.
Typescript definition has to have close as well, especially when ES documentation makes use of close more than end.