Skip to content
module@warp-drive/experiments/storage @experimental

Type Alias EffectStorageEvent

ts
type EffectStorageEvent = 
  | CacheStorageEvent
  | StorageEvent;

Defined in: storage/storage.ts:108

Released under the MIT License.