HTMLTextAreaElement constructor

HTMLTextAreaElement()

Creates an HTMLTextAreaElement using the tag 'textarea'.

Implementation

HTMLTextAreaElement() : _ = document.createElement('textarea');