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
Using the pdfkit.standalone.js, and error is Syntax error class PDFAbstractReference {
toString() {
throw new Error('Must be implemented by subclasses');
}
}
IE11 not supporting class.
The text was updated successfully, but these errors were encountered:
Hi, I upgraded our pdfkit version to 0.11.0 (Latest), It is working fine in All browsers except IE11.
In IE11 failing with thy syntax error class
I'm using the standalone version of pdfkit by following instruction in
https://github.com/foliojs/pdfkit/wiki/How-to-compile-standalone-PDFKit-for-use-in-the-browser
Moreover, In IE11 demo page also not working https://pdfkit.org/demo/browser.html
Is PDFKIT not support IE11? or let me know what i'm missing.
Using the pdfkit.standalone.js, and error is Syntax error
class PDFAbstractReference {
toString() {
throw new Error('Must be implemented by subclasses');
}
}
IE11 not supporting class.
The text was updated successfully, but these errors were encountered: