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
http2: add writableObjectMode and writableNeedDrain getters to Http2ServerResponse
Fixes#63000.
Http2ServerResponse was missing these two properties that exist on
OutgoingMessage and are documented as returning boolean values.
Added getters mirroring the pattern already used for writableFinished,
writableCorked, writableHighWaterMark, etc. in compat.js.
0 commit comments