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

Occurs when the volume is changed, or playback is muted or unmuted.

type

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