piccalilli_’s avatarpiccalilli_’s Twitter Archive—№ 40,797

  1. Does anyone know why caches.open() would throw an insecure error in Firefox "private mode"? This is when the Cache Storage is accessed from front-end JS, rather than in a worker. developer.mozilla.org/en-US/docs/Web/API/CacheStorage/open Reduced test case: codepen.io/andybelldesign/pen/RwreZbQ
    1. …in reply to @piccalilli_
      Same thing happens if you use caches.delete() in the same context.