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

Occurs when playback is possible, but would require further buffering.

type

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