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

x/timeout/deps/abortable.ts>Abortable#finally

Abortable promise timeout for Deno
Latest
method Abortable.prototype.finally
import { Abortable } from "https://deno.land/x/timeout@2.4/deps/abortable.ts";

Parameters

optional
onfinally: (() => void) | null