Skip to content

Commit e4893b1

Browse files
committed
docs: update jsdoc
1 parent 0dbb94d commit e4893b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/fslib.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ function _isSubPathOf(dir, subDir) {
103103

104104
const fileSystemLib = {
105105
mountNativeFolder: async function (...args) {
106+
// Opens a file picker(or use provided handle) to open the folder in the system with fs access api.
107+
// to be used in browsers like chrome/edge that supports fs access apis
106108
return NativeFS.mountNativeFolder(...args);
107109
},
108110
openTauriFilePickerAsync: function (options) {

0 commit comments

Comments
 (0)