You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.
For me too, any success? Even if we do: createConnection(options).then(connection => connection.close());
It not work.
The error is:
this.databaseConnection.connection.close is not a function
at Promise (WebSqlDriver.js:61)
at new t (polyfills.js:3)
at WebSqlDriver.disconnect (WebSqlDriver.js:57)
at Connection.<anonymous> (Connection.js:131)
at Generator.next (<anonymous>)
at Connection.js:6
at new t (polyfills.js:3)
at __awaiter (Connection.js:2)
at Connection.close (Connection.js:128)
at DatabaseServiceProvider.<anonymous> (database-service.ts:140)
Hi,
I tried to use connection.close but it is not working , any suggestion ?
Regards,
The text was updated successfully, but these errors were encountered: