Trait deno_websocket::WebSocketPermissions[][src]

pub trait WebSocketPermissions {
    fn check_net_url(&mut self, _url: &Url) -> Result<(), AnyError>;
}

Required methods

Implementors