Skip to content

Ability to cancel rendering #9440

Open
Open
@KindWizzard

Description

@KindWizzard

What problem does this feature solve?

Under high-load, some pages are rendered to slow. The connection is aborted by the remote side. It would be nice to be able to cancel pages rendering in this case.

What does the proposed API look like?

const rendererId = renderer.renderToString(...);

rendererId.cancel();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions