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