puppeteer/new-docs/puppeteer.protocol.page.installabilityerror.md
2020-07-13 14:01:35 +01:00

976 B

Home > puppeteer > Protocol > Page > InstallabilityError

Protocol.Page.InstallabilityError interface

The installability error

Signature:

export interface InstallabilityError 

Properties

Property Type Description
errorArguments InstallabilityErrorArgument[] The list of error arguments (e.g. {name:'minimum-icon-size-in-pixels', value:'64'}).
errorId string The error id (e.g. 'manifest-missing-suitable-icon').