electron / get

Download Electron release artifacts
https://npm.im/@electron/get
MIT License
338 stars 106 forks source link

refactor: strip hash and query params from cache key #159

Closed codebytere closed 4 years ago

codebytere commented 4 years ago

Solves an issue with cache misses caused by urls that differ in their query params by stripping hash and query params from cache key.

cc @MarshallOfSound