Skip to content

1.7.1

Latest
Compare
Choose a tag to compare
@guMcrey guMcrey released this 03 Nov 02:24
· 9 commits to main since this release

English

What's Changed

#35 (Thank you for the suggestion, fickleness-youth)
💄 Optimization: The fetch request parameter for real-time checking of updates in a specified file address's content can be enhanced by adding {method: "HEAD", cache: "no-cache"}. This configuration instructs the server to only return the response headers without the actual response body, allowing for faster retrieval of ETag or Last-Modified information.

Full Changelog: v1.7.0...v1.7.1


简体中文

有哪些更改?

#35 (感谢 fickleness-youth 同学的建议)
💄 优化: Web 应用版本实时检测方法指定文件地址内容是否有更新的 fetch 请求参数, 通过添加 {method: "HEAD", cache: "no-cache"} 来让服务器将只返回响应头信息而不返回实际的响应体,因此可以更快地获取到 ETag 或 Last-Modified 等响应头信息

更新日志: v1.7.0...v1.7.1