# edge-Cache-Control **Repository Path**: hylreg/edge-cache-control ## Basic Information - **Project Name**: edge-Cache-Control - **Description**: 使用火狐浏览器时,无需设置缓存策略,不管是使用http还是https,public下.wasm文件的缓存均可以直接使用; 使用Chrome和Edge浏览器时,使用http,public文件夹内的文件缓存可以使用,但是开启https后,public文件夹内的文件缓存不可使用,每次都需要重新下载,就算设置Cache-Control也不起作用。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-06 - **Last Updated**: 2024-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # untitled ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 使用火狐浏览器时,无需设置缓存策略,不管是使用http还是https,public下.wasm文件的缓存均可以直接使用; 使用Chrome和Edge浏览器时,使用http,public文件夹内的文件缓存可以使用,但是开启https后,public文件夹内的文件缓存不可使用,每次都需要重新下载,就算设置Cache-Control也不起作用。 火狐截图 ![img.png](img.png) edge截图 ![img_1.png](img_1.png)