8000
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 a77ab66 commit f4daf4dCopy full SHA for f4daf4d
docs/api.md
@@ -403,9 +403,9 @@ await fs.sync("/local")
403
404
#### `pyscript.fs.unmount`
405
406
-Asynchronously unmount the named `path` from the browser's virtual filesystem.
407
-This will free up memory and allow you to re-use the path 5F5C to mount a different
408
-directory.
+Asynchronously unmount the named `path` from the browser's virtual filesystem
+after ensuring content is synchronized. This will free up memory and allow you
+to re-use the path to mount a different directory.
409
410
```python title="Unmount from the virtual filesystem."
411
await fs.unmount("/local")
0 commit comments