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
I see, eg, that the ws-incomingstream pass calls unshift on a socket, which I believe is a new method as of streams2. Since the package.json doesn't use the backwards-compatibility readable-stream package, that makes me think that caronte is not intended to support Node 0.8.
That's probably a reasonable decision to make, but could it be documented explicitly, in the README.md and/or the engines field of package.json?
The text was updated successfully, but these errors were encountered:
I see, eg, that the
ws-incoming
stream
pass callsunshift
on a socket, which I believe is a new method as of streams2. Since thepackage.json
doesn't use the backwards-compatibilityreadable-stream
package, that makes me think that caronte is not intended to support Node 0.8.That's probably a reasonable decision to make, but could it be documented explicitly, in the README.md and/or the
engines
field ofpackage.json
?The text was updated successfully, but these errors were encountered: