webkit.website_data_access_permission_request
Module for [WebsiteDataAccessPermissionRequest] class
Types 3
classWebsiteDataAccessPermissionRequest : gobject.object.ObjectWrap, webkit.permission_request.PermissionRequest
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
WebsiteDataAccessPermissionRequestGidBuilder builder() static nothrowGet builder for [webkit.website_data_access_permission_request.WebsiteDataAccessPermissionRequest] Returns: New builder objectstring getCurrentDomain() nothrowGet the current domain being browsed. Returns: the current domain namestring getRequestingDomain() nothrowGet the domain requesting permission to access its cookies while browsing the current domain. Returns: the requesting domain nameclassWebsiteDataAccessPermissionRequestGidBuilderImpl(T) : gobject.object.ObjectWrapGidBuilderImpl!T, webkit.permission_request.PermissionRequestGidBuilderImpl!T
Fluent builder implementation template for webkit.website_data_access_permission_request.WebsiteDataAccessPermissionRequest