UNPKG

linkedom

Version:

A triple-linked lists based DOM implementation

9 lines (8 loc) 270 B
/** * @implements globalThis.CDATASection */ export class CDATASection extends CharacterData implements globalThis.CDATASection { constructor(ownerDocument: any, data?: string); cloneNode(): CDATASection; } import { CharacterData } from './character-data.js';