Function setInnerHTMLWithScripts

  • Sets the innerHTML of an element and recreates all script tags so they are executed.

    Parameters

    • element: HTMLElement

      element to set the innerHTML of

    • html: string

      innerHTML string to set

    Returns Promise<void>

Generated using TypeDoc