v13.5.0
🎨 Features
- Use the Node.js
ReadableStream
class for the propertiesResponse.body
andRequest.body
- By @diego-toro and @capricorn86 in task #1180- The previous implementation used the Node.js
Stream.Readable
class, which is not fully spec compliant
- The previous implementation used the Node.js