Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageEventInit

Package version

Hierarchy

Index

Properties

Optional bubbles

bubbles: undefined | false | true

Optional cancelable

cancelable: undefined | false | true

Optional composed

composed: undefined | false | true

Optional key

key: string | null

Optional newValue

newValue: string | null

Optional oldValue

oldValue: string | null

Optional storageArea

storageArea: Storage | null

Optional url

url: undefined | string

Generated using TypeDoc