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