github ThomazPom/Moz-Ext-UltimaDark v1.5.69

latest release: v1.5.70
9 hours ago

Release v1.5.69
Critical Bug Fix: Resolved a major issue affecting the Previous, Next page, and Reopen Tab functions.

  • Root Cause: The bug occurred due to ignoring cached responses (assuming they were already edited). When users navigated too quickly, the content was sometimes served from cache without proper updates and we were ignoring the request flagged as fromCache.

  • Resolution: Stopped ignoring responses in cases where cached content was identified "fromCache", the browser still pass the content to the listener, allowing for appropriate edits.

  • Cache Behavior: This means there is three recognised states of cache handling in Firefox including one undocumented:

    • Uncached: Fresh content is loaded.
    • Unedited Cached: Cached content exists but still can be sent to a listener for editning.
    • Cached: Cached content is properly processed and updated.

Don't miss a new Moz-Ext-UltimaDark release

NewReleases is sending notifications on new releases.