Skip to main content
Latest
variable onended
import { onended } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

Occurs when the end of playback is reached.

type

((this: Window, ev: Event) => any) | null