You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try the openPDF method in IE11, I get this exception: SCRIPT70: Permission denied
And the code that fails is this line from pdfmake win.location.href = pdfUrl;.
But as I can remember, the PDF creation already worked. After the permission denied exception, I get a second exception: SCRIPT5043: Accessing the 'caller' property of a function or arguments object is not allowed in strict mode. File: init.debug.js, Line: 1351, Column: 5
The text was updated successfully, but these errors were encountered:
When I try the openPDF method in IE11, I get this exception:
SCRIPT70: Permission denied
And the code that fails is this line from pdfmake
win.location.href = pdfUrl;
.To be more clear about the failing code:
But as I can remember, the PDF creation already worked. After the permission denied exception, I get a second exception: SCRIPT5043:
Accessing the 'caller' property of a function or arguments object is not allowed in strict mode. File: init.debug.js, Line: 1351, Column: 5
The text was updated successfully, but these errors were encountered: