| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 081b4e2 commit 106235f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,10 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | + | ||
| 3 | + // This test ensures that the _writeableState.bufferedRequestCount and | ||
| 4 | + // the actual buffered request count are the same. | ||
| 5 | + | ||
| 2 | 6 | require('../common'); | |
| 3 | 7 | const Stream = require('stream'); | |
| 4 | - // This test ensures that the _writeableState.bufferedRequestCount and | ||
| 5 | - // the actual buffered request count are the same | ||
| 6 | 8 | const assert = require('assert'); | |
| 7 | 9 | ||
| 8 | 10 | class StreamWritable extends Stream.Writable { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments