简体   繁体   English

Chrome浏览器,缓存除一个文件外的所有内容

[英]Chrome, cache everything except one file

Is it possible to tell Chrome to cache everything except one file (is there some kind of extension for it)? 是否可以告诉Chrome缓存除一个文件以外的所有内容(是否有某种扩展名)?

It could be useful during development if I'm changing only one js file and I don't want to re-download entire app, I just want this new JS. 如果我只更改一个js文件并且不想重新下载整个应用程序,而我只想要这个新的JS,则在开发过程中可能会很有用。

The chrome debugger lets you change a js file on the fly. chrome调试器可让您即时更改js文件。 Just change the code and save it within the chrome debugger so you can test the new code without reloading the app or page. 只需更改代码并将其保存在chrome调试器中,即可在不重新加载应用或页面的情况下测试新代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Chrome和Firefox确实会刷新除一个以外的所有js文件 - Chrome and Firefox does refresh all js file except one jQuery:隐藏容器中的所有内容,但一个节点除外 - jQuery: hide everything in a container, except one node 我想包括我的主页上的所有内容,除了一个js文件.. - I want to include everything from my main page except one js file .. 导航栏,所有内容居中,但一个元素向右浮动 - Navigation bar with everything centered except one element floated right jQuery not:(this)排除类中的所有内容,但上一个函数中调用的除外 - jQuery not: (this) exclude everything from a class except for the one called in a previous function 我如何覆盖div中除一个元素之外的所有内容 - How do i overwrite everything inside a div except for one element socket.io客户端接收除一个发射器之外的所有内容 - socket.io client receives everything except for one emitter 单击除一个元素以外的所有内容时执行事件? - Execute an event when everything is clicked except one element? 正则表达式除了所有空格和一个特殊字符外的所有内容 - Regular Expression for everything except all spaces and one special character 排除构建中的所有内容,除了一个文件夹无服务器模式 - Exclude everything in the build except one folder Serverless Patterns
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM