Closed
Bug 657638
Opened 15 years ago
Closed 10 years ago
Allow pages to use an appcache without adding the page to the cache
Categories
(Core :: Networking: Cache, defect)
Core
Networking: Cache
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: public, Unassigned)
Details
This is one of the most often requested improvement to the appcache.
A developer of chromium suggested that, in pages using the following alternative syntax:
<html useManifest="test.appcache">
the html file itself should NOT be cached.
You can find numerous threads on stackoverflow and other forums about similar feature request.
For the record, the bug filed for chromium is here: http://code.google.com/p/chromium/issues/detail?id=79598
Comment 1•15 years ago
|
||
Have you considered bringing this up with the spec editor?
| Reporter | ||
Comment 2•15 years ago
|
||
People already tried to convince Hixie that this simple change to the spec could benefit developers trying to use Appcache to speed-up their app: http://www.mail-archive.com/whatwg@lists.whatwg.org/msg25417.html
Doesn't it help if a browser vendor step-up?
Comment 3•15 years ago
|
||
OK, so just so I'm clear this is a change the spec editor is opposed to so this is an attempt to make an end-run around that by getting various vendors to violate the spec in the same way so it'll get changed. OK. ;)
Honza, thoughts?
| Reporter | ||
Comment 4•15 years ago
|
||
The spec editor is not strictly opposed to this change, he thinks people already have workarounds (make their entire websites rely on ajax) which are unsuitable workarounds in many cases. But yeah, you correctly got what I suggest ;)
Comment 5•10 years ago
|
||
appcache is going away
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•