-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling of symbolic links (symlinks) #113
Comments
@mkruisselbrink any update on this? |
Our current implementation appears to be inconsistent between platforms with how symlinks are treated. I think ideally we'd treat symlinks as the thing they point to without any special treatment. It would then be up to websites to deal with symlink loops etc. If we ever add a "recursive" mode to directory iteration though we'd have to figure out what to do with symlink loops in that case. Whatever we want to do here, definitely needs to be written down in the spec. |
Filed a bug to fix the document the inconsistencies on the implementation side https://crbug.com/1231268 |
The pnpm issue seemed to have been caused by the browser's File System Access API's inability to handle symlinking. The issue was circumvented when I configured directory skipping. see: WICG/file-system-access#113
Hello, I was wondering if there were any updates on this front? I was just experimenting with uploading / interacting with a folder with a symlink on macOS Sonoma running Chrome 128, and the symlinked file was NOT visible when doing I was also wondering if there are plans to indicate whether a file entry is a symlink. Thanks! |
The spec currently doesn't say anything about how to handle symbolic links. Basic questions:
The text was updated successfully, but these errors were encountered: