| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 91e9b8d commit f291eda
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3056,10 +3056,17 @@ changes: | |||
| 3056 | 3056 | --> | |
| 3057 | 3057 | ||
| 3058 | 3058 | * `stream` {Readable|Duplex|ReadableStream} | |
| 3059 | - * Returns: {boolean} | ||
| 3059 | + * Returns: {boolean|null} - Only returns `null` if `stream` is not a valid `Readable`, `Duplex` or `ReadableStream`. | ||
| 3060 | 3060 | ||
| 3061 | 3061 | Returns whether the stream is readable. | |
| 3062 | 3062 | ||
| 3063 | + ### `stream.isWritable(stream)` | ||
| 3064 | + | ||
| 3065 | + * `stream` {Writable|Duplex|WritableStream} | ||
| 3066 | + * Returns: {boolean|null} - Only returns `null` if `stream` is not a valid `Writable`, `Duplex` or `WritableStream`. | ||
| 3067 | + | ||
| 3068 | + Returns whether the stream is writable. | ||
| 3069 | + | ||
| 3063 | 3070 | ### `stream.Readable.from(iterable[, options])` | |
| 3064 | 3071 | ||
| 3065 | 3072 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments