Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ProcessingInstruction
import { type ProcessingInstruction } from "https://deno.land/x/yxz@0.17.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