fix(WebDuplexStream): Fix variable naming inconsistency in WebDuplexStream test

This commit is contained in:
2024-10-14 13:55:14 +02:00
parent 6a2ef1b152
commit e138bca39d
4 changed files with 14 additions and 8 deletions

View File

@@ -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