5.7.2
2026-02-09
ADDED
squared.base
interface PrefetchData {
audio?: Record<string, ArrayBuffer>;
video?: Record<string, ArrayBuffer>;
}
interface PrefetchItem {
type?: "audio" | "video";
}
class NodeUI {
joinAttr(name: string, attr: string, value: string, delim?: string): string;
}
squared.lib.css
type PseudoDocumentElt = "::before::marker" | "::after::marker";