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