Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Storage.OverrideQuotaForOriginRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Storage.OverrideQuotaForOriginRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { OverrideQuotaForOriginRequest } = Protocol.Storage;

Properties

origin: string

Security origin.

optional
quotaSize: number

The quota size (in bytes) to override the original quota with. If this is called multiple times, the overridden quota will be equal to the quotaSize provided in the final call. If this is called without specifying a quotaSize, the quota will be reset to the default value for the specified origin. If this is called multiple times with different origins, the override will be maintained for each origin until it is disabled (called without a quotaSize).