crabbly / crabbly/Print.js

On Error callback is not called in IE

Open
#381 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
4.5k
Forks
688
PR merge metrics
No merged PRs in 30d

Description

I am trying to print an image from a data URL and using the type:"image". I know it is not supported in IE but I would assume that the onError callback should handle the error thrown whenever the user tries to print in IE

`printJS({
printable:data,
type:"image",
base64:true,
honorColor:true,
header:'

'+title+'

',
onError: function(d) {
//I assume that the error for IE could be handled under this function
}
});`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.