Skip to main content
Module

x/evt/lib/types/lib.dom.ts>StorageEventInit

💧EventEmitter's typesafe replacement
Go to Latest
interface StorageEventInit
implements EventInit
import { type StorageEventInit } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

Properties

optional
key: string | null
optional
newValue: string | null
optional
oldValue: string | null
optional
storageArea: Storage | null
optional
url: string