HTMLMapElement constructor

HTMLMapElement()

Creates an HTMLMapElement using the tag 'map'.

Implementation

HTMLMapElement() : _ = document.createElement('map');