Skip to content

Commit 52489ca

Browse files
committedFeb 27, 2025
Remove the warning needed about data loss for files > 4GB. This has been fixed.
1 parent 95523a9 commit 52489ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/user-guide/filesystem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PyScript interacts with two filesystems.
3030

3131
Access to the device's local filesystem **is only available in Chromium
3232
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**.
33+
4GB.
3434

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

0 commit comments

Comments
 (0)
Please sign in to comment.