Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Page.AppManifestError

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Page.AppManifestError
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { AppManifestError } = Protocol.Page;

Error while paring app manifest.

Properties

message: string

Error message.

critical: integer

If criticial, this is a non-recoverable parse error.

line: integer

Error line.

column: integer

Error column.