* js 2.11.0

* update examples
This commit is contained in:
Brandon Liu
2023-09-28 15:14:50 +08:00
committed by GitHub
parent b815bab09c
commit 8c282b90da
6 changed files with 14 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
2.11.0
* `FetchSource` takes optional 2nd param `Headers` to apply custom headers to all requests.
2.10.0
* Replace `DecompressionStream` polyfill with own `globalThis` detection because of web workers problems.