Open
Description
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();