Permissions

@native @JSGlobal("chrome.permissions") @JSType
object Permissions extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def contains(permissions: PermissionList, callback: Function1[Boolean, _]): Unit
def getAll(callback: Function1[PermissionList, _]): Unit
def remove(permissions: PermissionList, callback: UndefOr[Function1[Boolean, _]]): Unit
def request(permissions: PermissionList, callback: UndefOr[Function1[Boolean, _]]): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val onAdded: Event[Function1[PermissionList, _]]
val onRemoved: Event[Function1[PermissionList, _]]