HTMLElement.rtc constructor

HTMLElement.rtc()

Creates an HTMLElement using the tag 'rtc'.

Implementation

HTMLElement.rtc() : _ = document.createElement('rtc');