webkit.website_data_access_permission_request

Module for [WebsiteDataAccessPermissionRequest] class

Types 3

A permission request for accessing website data from third-party domains.

WebKitWebsiteDataAccessPermissionRequest represents a request for permission to allow a third-party domain access its cookies.

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

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
WebsiteDataAccessPermissionRequest self() nothrowReturns `this`, for use in `with` statements.
WebsiteDataAccessPermissionRequestGidBuilder builder() static nothrowGet builder for [webkit.website_data_access_permission_request.WebsiteDataAccessPermissionRequest] Returns: New builder object
string getCurrentDomain() nothrowGet the current domain being browsed. Returns: the current domain name
string getRequestingDomain() nothrowGet the domain requesting permission to access its cookies while browsing the current domain. Returns: the requesting domain name
Constructors
this(void * ptr, Flag!"Take" take)