-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Open
Labels
apiapi-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalityfile-ioFile I/OFile I/O
Milestone
Description
(see #84175)
For the Python extension, we currently use node's fs.createWriteStream() for a variety of purposes:
- downloading multi-MB files (and tracking progress)
- calling into a third-party library that expects an
fs.WriteStream
- calling into a third-party library that expects an
- writing generated data out to a file a chunk at a time
- writing log data out to a file, one entry at a time
For example:
dnwerner, juancampa, darknoon and jllv
Metadata
Metadata
Assignees
Labels
apiapi-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalityfile-ioFile I/OFile I/O