Skip to content

Commit 911d004

Browse files
Add comments for parameters in storage list method
1 parent 698e999 commit 911d004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/storage/StorageFileApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ export class StorageFileApi {
223223
* Lists all the files within a bucket.
224224
* @param path The folder path.
225225
* @param options Search options, including `limit`, `offset`, and `sortBy`.
226+
* @param parameters Fetch parameters, currently only supports `signal`, which is an AbortController's signal
226227
*/
227228
async list(
228229
path?: string,

0 commit comments

Comments
 (0)