Results 222 comments of etc
trafficstars

Bad, Webkit Blink, [very bad](https://www.chromestatus.com/feature/5724282256621568). I don't see a better option than alerting the user on update, then.

[Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache) is flagged "experimental" and not universally supported, so not for 4.7 anyway. Well, go for a message.

> I did a second test with Safari, slightly more realistic: open/save _update.php but also I modified the stylesheet. This time, accessing Diagnostics completely fetched the freshly updated stylesheet, the...

Dunno what to do with it. Even if we refresh the cache of the *updating* browser, other browsers will still keep outdated resources. ATM I have introduced `textpattern.version` in `textpattern.js`...

No, the issue is too annoying, especially in 4.7 which will not work with 4.6 `textpattern.js`. External `v=4.7.0` versioning is an easy solution, but it fills the browser cache with...

I have tested SRI for js includes, it works just fine, but is currently supported only by FF, Chrome and Safari 11. It requires, however, enabling CORS `Access-Control-Allow-Origin` header on...

I have created [integrity](https://github.com/textpattern/textpattern/tree/integrity) branch, where `textpattern.js` is served via a basic `server.php` script and imported with `integrity` attribute. In my tests (FF57 W7) the file is served with roughly...

Thanks @phiw13, in my tests it behaves similarly: 304 or 200 on direct access, but cached when requested through ``, so that's fine. I have to test it yet, but...

You can easily simulate an update in [integrity](https://github.com/textpattern/textpattern/tree/integrity) branch now. Modify `textpattern.js` and see how your (modern!) browser reacts. If the file is cached, it should complain and download a...

There is a [plugin](https://forum.textpattern.com/viewtopic.php?id=48528) that seems to do what you request. We get users feedback before eventually implementing it in core.