소스 검색

State the implementation of HTML5 export for `user://` path in Data Paths (#5418)

(cherry picked from commit 6645e09b35fcafd96289f7082b0ea784a28c495e)
zacryol 3 년 전
부모
커밋
330a9d4c38
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      tutorials/io/data_paths.rst

+ 4 - 0
tutorials/io/data_paths.rst

@@ -42,6 +42,10 @@ Linux, and ``%APPDATA%/Name`` on Windows. ``Name`` is based on the application
 name defined in the Project Settings, but you can override it on a per-platform
 basis using :ref:`feature tags <doc_feature_tags>`.
 
+On HTML5 exports, ``user://`` will refer to a virtual filesystem stored on the
+device via IndexedDB. (Interaction with the main filesystem can still be performed
+through the :ref:`JavaScript <class_JavaScript>` singleton.)
+
 Editor data paths
 -----------------