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 7674d31 commit 20b3d44Copy full SHA for 20b3d44
examples/helpers.js
@@ -1,3 +1,5 @@
1
+var global = window;
2
+
3
global.isFileAPIAvailable = function () {
4
// Check for the various File API support.
5
if (window.File && window.FileReader && window.FileList && window.Blob) {
0 commit comments