Skip to main content
Go to Latest
interface Protocol.Page.InstallabilityError
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { InstallabilityError } = Protocol.Page;

The installability error

Properties

errorId: string

The error id (e.g. 'manifest-missing-suitable-icon').

errorArguments: InstallabilityErrorArgument[]

The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).