Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>ProcessingInstruction

Advanced Web Composition for Future
Latest
interface ProcessingInstruction
import { type ProcessingInstruction } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.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