type property

String get type

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;
set type (String value)

Implementation

external set type(String value);