We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c69493 + 59e3133 commit 78797f1Copy full SHA for 78797f1
dist/jspdf.debug.js
@@ -2078,7 +2078,7 @@ var jsPDF = (function(global) {
2078
* Check to see if ArrayBuffer is supported
2079
*/
2080
jsPDFAPI.supportsArrayBuffer = function() {
2081
- return typeof ArrayBuffer === 'function' && typeof Uint8Array !== 'undefined';
+ return typeof ArrayBuffer !== 'undefined' && typeof Uint8Array !== 'undefined';
2082
};
2083
2084
/**
0 commit comments