type property
The HTMLStyleElement.type property returns the type of the current
style.
The value mirrors the HTML <style> element's type
attribute.
Authors should not use this property or rely on the value.
Implementation
external String get type;
Implementation
external set type(String value);