Skip to content

Commit fe9ee68

Browse files
authored
Merge pull request #170 from pyscript/warning-fs-size
Add important warning about max FS size.
2 parents 0202ed3 + 881124b commit fe9ee68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user-guide/filesystem.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ PyScript interacts with two filesystems.
2929
!!! danger
3030

3131
Access to the device's local filesystem **is only available in Chromium
32-
based browsers**.
32+
based browsers**. The maximum capacity for files shared in this way is
33+
4GB, and **if this size is exceeded may result in lost data**.
3334

3435
Firefox and Safari do not support this capability (yet), and so it is not
3536
available to PyScript running in these browsers.

0 commit comments

Comments
 (0)