HTMLMapElement constructor
HTMLMapElement()
Creates an HTMLMapElement using the tag 'map'.
Implementation
HTMLMapElement() : _ = document.createElement('map');
Creates an HTMLMapElement using the tag 'map'.
HTMLMapElement() : _ = document.createElement('map');