type property

String get type

The type property of the HTMLLinkElement interface is a string that reflects the of the linked resource.

It reflects the type attribute of the link element.

Implementation

external String get type;
set type (String value)

Implementation

external set type(String value);