mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Page > GetAppManifestResponse
Protocol.Page.GetAppManifestResponse interface
Signature:
export interface GetAppManifestResponse
Properties
Property | Type | Description |
---|---|---|
data | string | Manifest content. |
errors | AppManifestError[] | |
parsed | AppManifestParsedProperties | Parsed manifest properties |
url | string | Manifest location. |