type property
The type property of the HTMLAnchorElement interface is a string
that indicates the MIME type of the linked resource.
It reflects the type attribute of the a element.
Implementation
external String get type;
Implementation
external set type(String value);