get

inline operator fun MediaList.get(index: Int): String?
inline operator fun StyleSheetList.get(index: Int): StyleSheet?
inline operator fun CSSRuleList.get(index: Int): CSSRule?
inline operator fun CSSStyleDeclaration.get(index: Int): String?