You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that FileSystemWritableFileStream is not transferable, can we make it so? I see no blocker as FileSystemWritableFileStream doesn't seem to hold any additional field, so it should be as straightforward as just using the same transfer steps of WritableStream. Or is there some blocker against that?
Edit: maybe yes, because the implementation detail of how the file stream shuts down (on worker termination etc.) will then be visible. The spec should describe what should happen on termination.
The text was updated successfully, but these errors were encountered:
I found that
FileSystemWritableFileStream
is not transferable, can we make it so? I see no blocker as FileSystemWritableFileStream doesn't seem to hold any additional field, so it should be as straightforward as just using the same transfer steps of WritableStream. Or is there some blocker against that?Edit: maybe yes, because the implementation detail of how the file stream shuts down (on worker termination etc.) will then be visible. The spec should describe what should happen on termination.
The text was updated successfully, but these errors were encountered: