src property
The src property of the HTMLEmbedElement interface returns a
string that indicates the URL of the resource being embedded.
It reflects the src attribute of the embed element.
Implementation
external String get src;
Implementation
external set src(String value);