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