Closed
Bug 1465929
Opened 6 years ago
Closed 3 years ago
Add API to create a hard links
Categories
(Toolkit Graveyard :: OS.File, enhancement)
Toolkit Graveyard
OS.File
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: irakli, Unassigned)
References
(Blocks 1 open bug, )
Details
We would like to provide web extension APIs to allow dweb networking protocols (SSB, IPFS, Dat) to be added to firefox in form of extensions. As it turns out at least on of them SSB makes use of [fs.link](https://nodejs.org/docs/latest/api/fs.html#fs_fs_link_existingpath_newpath_callback).
Could we add OS.File.link to support that use case ?
I'd be willing to do the work, but would require mentoring.
Reporter | ||
Updated•6 years ago
|
Blocks: libdweb
See Also: → https://github.com/mozilla/libdweb/issues/8
Comment 1•3 years ago
|
||
OSFIle is being replaced with IOUtils and PathUtils. It looks like the work on dweb has stalled, so I'm going to close this. If this is still required, please re-open.
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•