Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix "[object Promise]" appearing in HTML exports #9975

Merged
merged 3 commits into from
Jan 30, 2023

Commits on Jan 26, 2023

  1. Strict fixes for HtmlExport

    Signed-off-by: Clark Fischer <clark.fischer@gmail.com>
    clarkf committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    21c415d View commit details
    Browse the repository at this point in the history
  2. Fix stringified promises in HTML exports

    Fixes element-hq/element-web#24272
    
    HtmlExporter was coercing Promises into strings. This removes the unecessary
    async labels on the offending methods.
    
    Signed-off-by: Clark Fischer <clark.fischer@gmail.com>
    clarkf committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    00d6a06 View commit details
    Browse the repository at this point in the history
  3. More thoroughly test HTMLExporter

    This adds some more thorough coverage of the HTML exporter.
    
    Signed-off-by: Clark Fischer <clark.fischer@gmail.com>
    clarkf committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    9cf5c36 View commit details
    Browse the repository at this point in the history