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

x/cav/examples/chat/deps_dom.ts>$

A server framework for Deno
Go to Latest
function $
import { $ } from "https://deno.land/x/cav@0.2.0-alpha.7/examples/chat/deps_dom.ts";

Shorthand for document.querySelector. If a second parent node is provided, it will be searched instead of the document.

Type Parameters

optional
T extends Element = HTMLElement

Parameters

selector: string
optional
parent: ParentNode = [UNSUPPORTED]

Returns

T | null