diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index af0b4fa..43ccf49 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -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. diff --git a/js/examples/leaflet.html b/js/examples/leaflet.html index 32c529a..3714b57 100644 --- a/js/examples/leaflet.html +++ b/js/examples/leaflet.html @@ -4,7 +4,7 @@ - +