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

Fires when the user presses an alphanumeric key.

type

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