puppeteer/new-docs/puppeteer.protocol.page.installabilityerror.errorarguments.md

14 lines
651 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Page](./puppeteer.protocol.page.md) &gt; [InstallabilityError](./puppeteer.protocol.page.installabilityerror.md) &gt; [errorArguments](./puppeteer.protocol.page.installabilityerror.errorarguments.md)
## Protocol.Page.InstallabilityError.errorArguments property
The list of error arguments (e.g. {<!-- -->name:'minimum-icon-size-in-pixels', value:'64'<!-- -->}<!-- -->).
<b>Signature:</b>
```typescript
errorArguments: InstallabilityErrorArgument[];
```