Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lol_html/mod.ts>initSync

The Low Output Latency streaming HTML rewriter/parser with CSS-selector based API, in Webassembly.
Latest
function initSync
import { initSync } from "https://deno.land/x/lol_html@0.1.0/mod.ts";

Instantiates the given module, which can either be bytes or a precompiled WebAssembly.Module.

Parameters

module: SyncInitInput

Returns

InitOutput