Liking cljdoc? Tell your friends :D
ClojureScript only.

web.BeforeInstallPromptEvent

The BeforeInstallPromptEvent is fired at the web.Window.onbeforeinstallprompt before a user is prompted to "install" a web site to a home on mobile.

The BeforeInstallPromptEvent is fired at the `web.Window.onbeforeinstallprompt`
before a user is prompted to \"install\" a web site to a home
on mobile.
raw docstring

promptcljs

(prompt this)

Method.

The prompt() method of the web.BeforeInstallPromptEvent interface a developer to show the install prompt at a time of their own

BeforeInstallPromptEvent.prompt()

See also: https://developer.mozilla.org/en-US/docs/Web/API/BeforeInstallPromptEvent/prompt

Method.

The prompt() method of the `web.BeforeInstallPromptEvent` interface
a developer to show the install prompt at a time of their own

`BeforeInstallPromptEvent.prompt()`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/BeforeInstallPromptEvent/prompt`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close