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