Skip to main content
Module

x/lume/deps/dom.ts>denoDomDisableQuerySelectorCodeGeneration

🔥 Static site generator for Deno 🦕
Very Popular
Latest
function denoDomDisableQuerySelectorCodeGeneration
import { denoDomDisableQuerySelectorCodeGeneration } from "https://deno.land/x/lume@v2.1.4/deps/dom.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.