diff options
Diffstat (limited to 'op_crates/file/02_filereader.js')
-rw-r--r-- | op_crates/file/02_filereader.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op_crates/file/02_filereader.js b/op_crates/file/02_filereader.js index 640c6dd9e..9575ab85a 100644 --- a/op_crates/file/02_filereader.js +++ b/op_crates/file/02_filereader.js @@ -37,7 +37,7 @@ [aborted] = false; - /** + /** * @param {Blob} blob * @param {{kind: "ArrayBuffer" | "Text" | "DataUrl" | "BinaryString", encoding?: string}} readtype */ @@ -309,7 +309,7 @@ this.#readOperation(blob, { kind: "DataUrl" }); } - /** + /** * @param {Blob} blob * @param {string} [encoding] */ |