Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Page.InstallabilityErrorArgument
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { InstallabilityErrorArgument } = Protocol.Page;

Properties

name: string

Argument name (e.g. name:'minimum-icon-size-in-pixels').

value: string

Argument value (e.g. value:'64').