Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Storage.UsageForType
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { UsageForType } = Protocol.Storage;

Usage for a storage type.

Properties

storageType: StorageType

Name of storage type.

usage: number

Storage usage (bytes).