StyleSheet
A single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.
interface StyleSheet {
disabled: boolean;
readonly href: string | null;
readonly media: MediaList;
readonly ownerNode: Element | ProcessingInstruction | null;
readonly parentStyleSheet: CSSStyleSheet | null;
readonly title: string | null;
readonly type: string;
}var StyleSheet: {
prototype: StyleSheet;
new (): StyleSheet;
};