feat(SmartDuplex): Added method to create SmartDuplex from a WebReadableStream.

This commit is contained in:
2024-10-16 01:02:46 +02:00
parent 22d93b4c07
commit ddb7d4af03
5 changed files with 34 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-16 - 3.2.0 - feat(SmartDuplex)
Added method to create SmartDuplex from a WebReadableStream.
- Implemented a static method in SmartDuplex to allow creating an instance from a WebReadableStream.
- This addition enhances the capability of SmartDuplex to integrate with web streams, facilitating seamless stream manipulation across environments.
## 2024-10-14 - 3.1.2 - fix(WebDuplexStream)
Fix variable naming inconsistency in WebDuplexStream test