type property

String get type

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

Implementation

external set type(String value);