Skip to main content
Module

x/evt/mod.ts>dom.ProcessingInstruction

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.ProcessingInstruction
implements CharacterData
import { type dom } from "https://deno.land/x/evt@v2.4.3/mod.ts";
const { ProcessingInstruction } = dom;

A processing instruction embeds application-specific instructions in XML which can be ignored by other applications that don't recognize them.

Properties

readonly
target: string