mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
* Simplifies ETag logic into Source, making if-match conditional requests possible. * Avoid if-match in FetchSource for latency reasons - use cache buster on ETag change * handle weak ETags correctly * add mock fetch server for testing ETags [#90]
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"@biomejs/biome": "^1.5.3",
|
||||
"@types/node": "^18.11.9",
|
||||
"esbuild": "^0.20.0",
|
||||
"msw": "^2.1.5",
|
||||
"tsx": "^4.7.0",
|
||||
"typescript": "^4.5.5"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user