Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Page.InstallabilityError
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.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'}).