The HTMLAreaElement.href property is a that returns a string containing the whole URL, and allows the href to be updated.
HTMLAreaElement.href
external String get href;
external set href(String value);