Trait webkit6::prelude::PermissionRequestExt

source ·
pub trait PermissionRequestExt: IsA<PermissionRequest> + Sealed + 'static {
    // Provided methods
    fn allow(&self) { ... }
    fn deny(&self) { ... }
}
Expand description

Provided Methods§

source

fn allow(&self)

Allow the action which triggered this request.

source

fn deny(&self)

Deny the action which triggered this request.

Object Safety§

This trait is not object safe.

Implementors§