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