[][src]Trait deno_fetch::FetchPermissions

pub trait FetchPermissions {
    fn check_net_url(&self, url: &Url) -> Result<(), AnyError>;
fn check_read(&self, p: &PathBuf) -> Result<(), AnyError>; }

Required methods

fn check_net_url(&self, url: &Url) -> Result<(), AnyError>

fn check_read(&self, p: &PathBuf) -> Result<(), AnyError>

Loading content...

Implementors

Loading content...