Ming-Ying Chung
Ming-Ying Chung
## Describe the bug It is expected that utf-8 message can also be broadcasted using `rcon-cli`. ## To Reproduce Steps to reproduce the behavior: ``` docker exec -it palworld-server rcon-cli...
@fergald
The File System Access API defines two access modes for file system entries: "read" and "readwrite". These modes are used when querying or requesting permission to an entry. An issue...
This is a new feature proposal for adding the "write"-only permission mode into FileSystemAccess API (and some parts of the FileSystem API where they refer to "readwrite"). * File System...
### WebKittens _No response_ ### Title of the proposal Support "write"-only permission mode in FileSystem/FileSystemAccess API ### URL to the spec N/A ### URL to the spec's repository https://github.com/WICG/file-system-access ###...
## What problem are you trying to solve? (The FileSystemAccess part of this feature is tracked at https://github.com/WICG/file-system-access/issues/463) ### Motivation The File System spec currently defines two access modes: `"read"`...
Motivation and details are in #175 - [ ] At least two implementers are interested (and none opposed): * This is a Chromium proposal * … - [ ] [Tests](https://github.com/web-platform-tests/wpt)...