fix(WebDuplexStream): Fix variable naming inconsistency in WebDuplexStream test
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-10-14 - 3.1.2 - fix(WebDuplexStream)
|
||||
Fix variable naming inconsistency in WebDuplexStream test
|
||||
|
||||
- Changed variable names from 'transformStream' to 'webDuplexStream' for consistency.
|
||||
- Renamed 'writableStream' and 'readableStream' to 'writer' and 'reader' respectively.
|
||||
|
||||
## 2024-10-13 - 3.1.1 - fix(WebDuplexStream)
|
||||
Improved read/write interface and error handling in WebDuplexStream
|
||||
|
||||
|
||||
Reference in New Issue
Block a user