Search


Search something to see results

Document

Document: {
    prototype: Document;
    parseHTMLUnsafe(html: string): Document;
    new (): Document;
}

Type declaration

    • new (): Document
    • Returns Document

  • prototype: Document
  • parseHTMLUnsafe: function

    Parameters

    • html: string

    Returns Document