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