CSSStyleSheetHeader
@Serializable
CSS stylesheet metainformation.
Constructors
Link copied to clipboard
constructor(styleSheetId: String, frameId: String, sourceURL: String, sourceMapURL: String? = null, origin: CSS.StyleSheetOrigin, title: String, ownerNode: Int? = null, disabled: Boolean, hasSourceURL: Boolean? = null, isInline: Boolean, isMutable: Boolean, isConstructed: Boolean, startLine: Double, startColumn: Double, length: Double, endLine: Double, endColumn: Double, loadingFailed: Boolean? = null)
Properties
Link copied to clipboard
Whether the sourceURL field value comes from the sourceURL comment.
Link copied to clipboard
True if this stylesheet is created through new CSSStyleSheet() or imported as a CSS module script.
Link copied to clipboard
Link copied to clipboard
If the style sheet was loaded from a network resource, this indicates when the resource failed to load
Link copied to clipboard
Stylesheet origin.
Link copied to clipboard
URL of source map associated with the stylesheet (if any).
Link copied to clipboard
Column offset of the stylesheet within the resource (zero based).
Link copied to clipboard
The stylesheet identifier.