Join MDN and developers like you at Mozilla's View Source conference, November 2-4 in Portland, Oregon. Learn more at https://viewsourceconf.org/.

DOMApplicationsRegistry

아직 자원 봉사자들이 한국어로 현재 문서를 번역하지 않았습니다. 가입해서 이 문서가 번역되는 일에 함께 해 주세요!

Non-standard
This feature is not on a current W3C standards track, but it is supported on the Firefox OS platform. Although implementations may change in the future and it is not supported widely across browsers, it is suitable for use in code dedicated to Firefox OS apps.

Provides support for installing, managing, and controlling Open Web apps in a browser. Currently implemented as navigator.mozApps.

Property

DOMApplicationsRegistry.mgmt
A mgmt object that exposes functions that let dashboards manage and launch apps on a user's behalf.

Methods

DOMApplicationsRegistry.checkInstalled()
Checks whether an app has already been installed, taking its manifest as parameter.
DOMApplicationsRegistry.install()
Triggers the installation of an app. During the installation process, the app is validated and the user is prompted to approve the installation.
DOMApplicationsRegistry.getSelf()
Returns an object that contains an app object for the app.
DOMApplicationsRegistry.getInstalled()
Gets a list of all installed apps.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support ? 16.0 ? ? ?
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support ? 16.0 ? ? ?

 

문서 태그 및 공헌자

최종 변경: Sheppy,