-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
The FileSystemHandle.name of the root directory may not be a valid file name (e.g. in bucket file system, it is an empty string), and developers may need to be aware of these special cases.
Is there a universal rule for obtaining the FileSystemHandle.name based on the root directory?
The following names are just my predictions and may differ from the current implementation of Chromium.
| path | FileSystemHandle.name |
|---|---|
| '/' | '' |
| 'D:\' | 'D:' |
| '\\smb.example.com\share\' | 'share' |
| 'http://webdav.example.com:8080/' | 'webdav.example.com:8080' |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels