webkit.clipboard_permission_request

Module for [ClipboardPermissionRequest] class

Types 3

A permission request for reading clipboard contents.

WebKitClipboardPermissionRequest represents a request for permission to decide whether WebKit can access the clipboard to read its contents through the Async Clipboard API.

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

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