Holds information about a loaded css file.

interface LoadCssResult {
    link: HTMLLinkElement;
    url: string;
}

Properties

Properties

link: HTMLLinkElement

The loaded link element

url: string

The css file url