-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make TransformStream transformer.flush() like sink.close()
Return a promise with the same semantics as WritableStream's underlyingSink.close(). This also resolves an old comment, as well as issue #518. Consequently, calling controller.close() after flush() is called now throws a TypeError.
- Loading branch information
isonmad
committed
Sep 18, 2016
1 parent
fa4a4da
commit da6fba2
Showing
2 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters