PermissionStatus

PermissionStatus

package js-html

extends EventTarget

Available on js

The PermissionStatus interface of the Permissions API provides the state of an object and an event handler for monitoring changes to said state.

Documentation PermissionStatus by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

onchange:Function

An event called whenever PermissionStatus.status changes.

read only state:PermissionState

Returns the state of a requested permission; one of 'granted', 'denied', or 'prompt'.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/PermissionStatus.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部