Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/neo4j_lite_client/core/result.ts>default#finally

Unofficial Neo4j Driver for Deno
Latest
method default.prototype.finally
import { default } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/result.ts";

Called when finally the result is done

Should not be combined with Result#subscribe function.

Parameters

optional
onfinally: (() => void) | null
  • function when the promise finished

Returns

Promise<QueryResult>

promise.