href property

String get href

The read-only href property of the CSSImportRule interface returns the URL specified by the at-rule.

The resolved URL will be the href attribute of the associated stylesheet.

Implementation

external String get href;