You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/Module.md
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -79,15 +79,6 @@ fun Message.Companion.fromBson(source: Source): Message {
79
79
80
80
Core IO primitives.
81
81
82
-
# Package kotlinx.io.files
83
-
84
-
Basic API for working with files.
85
-
86
82
#### Thread-safety guarantees
87
83
88
84
Until stated otherwise, types and functions provided by the library are not thread safe.
89
-
90
-
#### Known issues
91
-
92
-
-[#312](https://github.com/Kotlin/kotlinx-io/issues/312) For `wasmWasi` target, directory listing ([kotlinx.io.files.FileSystem.list]) does not work with NodeJS runtime on Windows,
93
-
as `fd_readdir` function is [not implemented there](https://github.com/nodejs/node/blob/6f4d6011ea1b448cf21f5d363c44e4a4c56ca34c/deps/uvwasi/src/uvwasi.c#L19).
The module provides experimental files and filesystem support. The API is unstable and will change in the future.
4
+
5
+
# Package kotlinx.io.files
6
+
7
+
Basic API for working with files.
8
+
9
+
#### Thread-safety guarantees
10
+
11
+
Until stated otherwise, types and functions provided by the library are not thread safe.
12
+
13
+
#### Known issues
14
+
15
+
[//]: <>(TODO: Link to SystemFileSystem doesn't work)
16
+
- For JS and Wasm, [kotlinx.io.files.SystemFileSystem] is supported only in the NodeJs environment. Attempts to use it
17
+
in the browser environment will result in a runtime error.
18
+
-[#312](https://github.com/Kotlin/kotlinx-io/issues/312) For `wasmWasi` target, directory listing ([kotlinx.io.files.FileSystem.list]) does not work with NodeJS runtime on Windows,
19
+
as `fd_readdir` function is [not implemented there](https://github.com/nodejs/node/blob/6f4d6011ea1b448cf21f5d363c44e4a4c56ca34c/deps/uvwasi/src/uvwasi.c#L19).
0 commit comments