| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@just-boris So … while this is technically true, removing them is not helpful imo, because they largely implement the Writable interface, even without inheriting from it. The issue referenced in the tweet has been addressed in #29053. If you do want to fix the documentation here, I’d prefer adding notes that these streams don’t strictly inherit from Writable. |
Sorry, something went wrong.
|
If the original issue has been solved, I'd rather close this PR |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The documentation lists HTTP server response and HTTP client request as writable streams. However, in fact, they are not, which confuses users. Example in this twitter thread: https://mobile.twitter.com/getify/status/1190456439996854273
I have checked other examples, they all extend stream.Writable, so they are fine to stay in the list.
Checklist