Skip to content

Commit 70b8f78

Browse files
authored
Update README with breaking change notice
Added caution note about breaking changes in HTTP status code detection.
1 parent c583175 commit 70b8f78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,11 @@ Following the initial alpha release, we identified and resolved a critical issue
121121
- Resolved a bug where `OnWebResourceResponseReceived` failed to fire due to a missing legacy header hack. Replaced with native `ResourceContext` detection.
122122

123123

124+
124125
> [!CAUTION]
125126
> **Breaking Change**: If you have custom scripts using `OnWebResourceResponseReceived` or `OnDownloadStateChanged`, please update their signatures to use the new `$oArgs` object as demonstrated in the updated examples.
126127
128+
127129
### 🏗️ Architectural Inheritance & Refactoring
128130

129131
Building on the foundation of v2.1.0, this version further strengthens the **Event Wrapper** hierarchy:

0 commit comments

Comments
 (0)