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

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.