mirror of https://github.com/electron/electron
353 B
353 B
PermissionCheckResult Object
status
string - Can begranted
,denied
orask
. Controls whether the permission check should be approved. Granted and Denied have their implied effects,ask
will result in a permission request being fired to your permission request handler.
Note: For media permission checks ask
is equivilant to granted
.