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