webkit.device_info_permission_request

Module for [DeviceInfoPermissionRequest] class

Types 3

A permission request for accessing user's audio/video devices.

WebKitUserMediaPermissionRequest represents a request for permission to whether WebKit should be allowed to access the user's devices information when requested through the enumerateDevices API.

When a WebKitDeviceInfoPermissionRequest is not handled by the user, it is denied by default.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DeviceInfoPermissionRequest self() nothrowReturns `this`, for use in `with` statements.
DeviceInfoPermissionRequestGidBuilder builder() static nothrowGet builder for [webkit.device_info_permission_request.DeviceInfoPermissionRequest] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)