To tłumaczenie jest niekompletne. Pomóż przetłumaczyć ten artykuł z języka angielskiego.
Niestandardowy
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
This API is available on Firefox OS for internal applications only.
Summary
Returns a PermissionSettings
object you can use to get and set permissions of apps on the Firefox OS platform.
Syntax
var permissions = window.navigator.mozPermissionSettings;
Value
navigator.mozPermissionSettings
is a PermissionSettings
object.
Specification
Not part of any specification.