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.
1 parent 4c69493 commit 59e3133Copy full SHA for 59e3133
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