protocol property
String
get
protocol
The
HTMLAnchorElement.protocol
property is a string representing the protocol scheme of the URL,
including the final ':'
.
Implementation
external String get protocol;
set
protocol
(String value)
Implementation
external set protocol(String value);