type property
The type property of the
HTMLObjectElement interface returns a string that
reflects the
type
HTML attribute, specifying the MIME type
of the resource.
Implementation
external String get type;
Implementation
external set type(String value);