TableCaptionElement constructor
Implementation
factory TableCaptionElement() => JS<TableCaptionElement>(
'returns:TableCaptionElement;creates:TableCaptionElement;new:true',
'#.createElement(#)',
document,
"caption");
factory TableCaptionElement() => JS<TableCaptionElement>(
'returns:TableCaptionElement;creates:TableCaptionElement;new:true',
'#.createElement(#)',
document,
"caption");