window.applicationCache

Jan Odvarko, odvarko@gmail.com
  1. Open Firebug and select the DOM panel.
  2. Click the Add Item button
  3. Check the applicationCache object, there should be 1 item.
  4. Click the Remove Item button
  5. Check the applicationCache object, there should be no item.


(coming from cached file)
(coming from not cached file)

The first date is coming from a JS function that is generated on the server and cached. Since the file isn't downloaded again the value is not updated. Click the Update Cache and refresh the page. The date should be updated, correct?