Skip to content

Output to a new tab crashes browser #300

@mezerny

Description

@mezerny

When there are many images (about 25 and more), output to a new tab doesn't work. Instead, browser crashes (chrome).
Browser crashes in both cases:

doc.output('dataurlnewwindow');

and

var string = doc.output('datauristring');
var x = window.open();
x.document.open();
x.document.location=string;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions