Skip to main content
Extremely Popular
Go to Latest
function disableCodeGeneration
import { disableCodeGeneration } from "https://deno.land/x/deno_dom@v0.1.45/src/dom/selectors/selectors.ts";

Explicitly disable querySelector/All code generation with the Function constructor forcing the Sizzle engine. Enables those APIs on platforms like Deno Deploy that don't allow code generation.