TableCaptionElement constructor

TableCaptionElement()

Implementation

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