Skip to main content
Version: Next

LaunchPWAOptions interface

Options for Browser.launchPWA().

Signature

export interface LaunchPWAOptions

Properties

Property

Modifiers

Type

Description

Default

manifestId

string

The id from the web app's manifest file.

timeout

optional

number

Maximum time in milliseconds to wait for the app's page target to appear. Defaults to 30 seconds. Pass 0 to disable the timeout.

url

optional

string

An optional URL within the app's scope to launch. Defaults to the app's start URL.