Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface ProcessingInstruction
import { type ProcessingInstruction } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

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

Properties

readonly
ownerDocument: Document
readonly
target: string