Skip to content
module@warp-drive/experiments/storage
ts
type EffectStorageEvent = 
  | CacheStorageEvent
  | StorageEvent;

Defined in: storage/storage.ts:108

Released under the MIT License.