org
.
scalajs
.
dom
.
experimental
permissions
package
permissions
Implements the Permissions API.
W3C Working Draft
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
permissions
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
trait
PermissionDescriptor
extends
Object
Annotations
@ScalaJSDefined
()
@RawJSType
()
sealed
trait
PermissionName
extends
Any
Annotations
@RawJSType
()
@native
()
sealed
trait
PermissionState
extends
Any
Annotations
@RawJSType
()
@native
()
trait
PermissionStatus
extends
raw.EventTarget
Annotations
@ScalaJSDefined
()
@RawJSType
()
trait
Permissions
extends
Object
Annotations
@ScalaJSDefined
()
@RawJSType
()
trait
PermissionsNavigator
extends
Object
Annotations
@ScalaJSDefined
()
@RawJSType
()
Value Members
object
PermissionDescriptor
object
PermissionName
object
PermissionState
implicit
def
toPermissions
(
navigator:
raw.Navigator
)
:
PermissionsNavigator
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Implements the Permissions API.
W3C Working Draft