Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Page.InstallabilityError
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { InstallabilityError } = default.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'}).