|
|
|
|
|
by zeveb
3923 days ago
|
|
> What about caching? If the HTML and the JS are both updated, but the browser receives the new version of one and the old version of another, this will break your page. Only if your page requires JavaScript to function and doesn't gracefully degrade. None of us would ever write that sort of page, would we? |
|
For example the <noscript> tag works that way.