Skip to main content
Module

x/commandis/mod.ts>dom.StorageEventInit

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.StorageEventInit
implements EventInit
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { StorageEventInit } = dom;

Properties

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