Skip to main content
Module

x/evt/lib/types/lib.dom.ts>CDATASection

💧EventEmitter's typesafe replacement
Go to Latest
interface CDATASection
implements Text
import { type CDATASection } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

A CDATA section that can be used within XML to include extended portions of unescaped text. The symbols < and & don’t need escaping as they normally do when inside a CDATA section.