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
ClientRequest extends OutgoingMessage, but the documentation says it extends Stream, which is not entirely incorrect since OutgoingMessage extends Stream, but users might not be aware that methods from OutgoingMessage are available on ClientRequest as well.
Depends on #33847 since OutgoingMessage is not documented at the moment.
I would like to work on this issue and
submit a pull request.
The text was updated successfully, but these errors were encountered:
📗 API Reference Docs Problem
Location
Affected URL(s):
Description
ClientRequest
extendsOutgoingMessage
, but the documentation says it extendsStream
, which is not entirely incorrect sinceOutgoingMessage
extendsStream
, but users might not be aware that methods fromOutgoingMessage
are available onClientRequest
as well.Depends on #33847 since OutgoingMessage is not documented at the moment.
submit a pull request.
The text was updated successfully, but these errors were encountered: