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 1551e19 commit 570b5a5Copy full SHA for 570b5a5
js/load-image.js
@@ -19,7 +19,7 @@
19
/**
20
* Creates an object URL for a given File object.
21
*
22
- * @param {File|Blob} blob File or Blob object
+ * @param {Blob} blob Blob object
23
* @returns {string|boolean} Returns object URL if API exists, else false.
24
*/
25
function createObjectURL(blob) {
@@ -51,7 +51,7 @@
51
52
* Loads an image for a given File object.
53
54
- * @param {File|Blob|string} file File or Blob object or image URL
+ * @param {Blob|string} file Blob object or image URL
55
* @param {Function|object} [callback] Image load event callback or options
56
* @param {object} [options] Options object
57
* @returns {HTMLImageElement|HTMLCanvasElement|FileReader|Promise} Object
0 commit comments