Current section
Files
Jump to
Current section
Files
src/javascript_dom_parser_polyfill_ffi.mjs
import { DOMParser } from "https://deno.land/x/deno_dom/deno-dom-wasm.ts";
export function installPolyfill() {
globalThis.DOMParser = DOMParser;
}