diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
commit | a065e04d529da1d847b5062a12c46d916408bf32 (patch) | |
tree | fe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/pl/web/api | |
parent | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff) | |
download | translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2 translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip |
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/pl/web/api')
3 files changed, 0 insertions, 166 deletions
diff --git a/files/pl/web/api/domapplicationsmanager/getall/index.html b/files/pl/web/api/domapplicationsmanager/getall/index.html deleted file mode 100644 index 272c82b938..0000000000 --- a/files/pl/web/api/domapplicationsmanager/getall/index.html +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: DOMApplicationsManager.getAll() -slug: Web/API/DomApplicationsManager/getAll -translation_of: Archive/Marketplace/API/DOMApplicationsManager/getAll ---- -<p><span style="display: none;"> </span> </p> - -<pre>{{ ApiRef("Apps") }}</pre> - -<p>{{ non-standard_header() }}</p> - -<h2 id="Summary">Summary</h2> - -<p>Lists all installed apps in the user's repository.</p> - -<h2 id="Syntax">Syntax</h2> - -<pre>window.navigator.mozApps.mgmt.getAll() -</pre> - -<h3 id="Return_value">Return value</h3> - -<p><code>getAll()</code> returns a <code>pendingGetAll</code> object. Callers are expected to set the <code>onsuccess</code> and <code>onerror</code> callback properties of the returned object.</p> - -<p><code>pendingGetAll.result</code> will be an array of <code>App</code> objects that contains all the apps installed in the current browser. <code>pendingGetAll.result</code> will be the empty list if no apps are installed. <code>onerror</code> will be called if a serious problem occurs while checking this.</p> - -<p>This is a privileged call. <code>navigator.mozApps.mgmt</code> will be <code>null</code> if you do not have the privilege to query apps.</p> - -<h3 id="Errors">Errors</h3> - -<p>The following error can be returned in <code>DOMRequest.error</code>.</p> - -<dl> -</dl> - -<dl> - <dt>DENIED</dt> - <dd>Permission denied.</dd> -</dl> - -<h2 id="Related_topics">Related topics</h2> - -<ul> - <li><a href="/en-US/docs/Web/Apps/JavaScript_API">Apps JavaScript API</a></li> -</ul> - -<p><span style="display: none;"> </span> </p> diff --git a/files/pl/web/api/domapplicationsmanager/index.html b/files/pl/web/api/domapplicationsmanager/index.html deleted file mode 100644 index e19495d68e..0000000000 --- a/files/pl/web/api/domapplicationsmanager/index.html +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: DOMApplicationsManager -slug: Web/API/DOMApplicationsManager -tags: - - API - - Apps - - Apps API - - NeedsTranslation - - TopicStub -translation_of: Archive/Marketplace/API/DOMApplicationsManager ---- -<p>{{ ApiRef("Apps") }}</p> - -<p>{{ non-standard_header() }}</p> - -<p>Provides support for managing, and Open Web apps in a browser. A manager can be accessed via {{domxref("DOMApplicationsRegistry.mgmt", "Navigator.mozApps.mgmt")}}</p> - -<h2 id="Property">Property</h2> - -<dl> - <dt>{{domxref("DOMApplicationsManager.oninstall")}}</dt> - <dd>Is an {{domxref("EventManager")}} call when <code>install</code> event is received.</dd> - <dt>{{domxref("DOMApplicationsManager.onuninstall")}}</dt> - <dd>Is an {{domxref("EventManager")}} call when <code>uninstall</code> event is received.</dd> - <dt>{{domxref("DOMApplicationsManager.onenablestatechange")}}</dt> - <dd>Is an {{domxref("EventManager")}} call when <code>enablestatechange</code> event is received.</dd> -</dl> - -<h2 id="Methods">Methods</h2> - -<dl> - <dt>{{ domxref("DOMApplicationsManager.getAll()") }}</dt> - <dd>Returns all applications.</dd> -</dl> - -<h2 id="Browser_compatibility">Browser compatibility</h2> - -<p>{{ CompatibilityTable() }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{ CompatUnknown() }}</td> - <td>16.0</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{ CompatUnknown() }}</td> - <td>16.0</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - </tr> - </tbody> -</table> -</div> - -<p> </p> diff --git a/files/pl/web/api/navigator/mozpermissionsettings/index.html b/files/pl/web/api/navigator/mozpermissionsettings/index.html deleted file mode 100644 index df0966e04e..0000000000 --- a/files/pl/web/api/navigator/mozpermissionsettings/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Navigator.mozPermissionSettings -slug: Web/API/Navigator/mozPermissionSettings -translation_of: Archive/B2G_OS/API/Navigator/mozPermissionSettings ---- -<p>{{APIRef("Firefox OS")}}{{ non-standard_header() }}</p> - -<p>{{ B2GOnlyHeader2('certified') }}</p> - -<h2 id="Summary">Summary</h2> - -<p>Returns a {{ domxref("PermissionSettings") }} object you can use to get and set permissions of apps on the Firefox OS platform.</p> - -<h2 id="Syntax" name="Syntax">Syntax</h2> - -<pre class="eval">var permissions = window.navigator.mozPermissionSettings; -</pre> - -<h2 id="Value">Value</h2> - -<p><code>navigator.mozPermissionSettings</code> is a {{domxref("PermissionSettings")}} object.</p> - -<h2 id="Specification">Specification</h2> - -<p>Not part of any specification.</p> - -<h2 id="See_also">See also</h2> - -<ul> - <li>{{ domxref("PermissionSettings") }}</li> - <li>The <a href="/en-US/docs/Web/API/Permissions_API_(Firefox_OS)">Permissions API (Firefox OS)</a></li> - <li><a href="/en-US/Apps/Build/App_permissions">App permissions</a></li> -</ul> |