Trait ppapi::ppb::URLResponseInfoIfExperimental [-]  [+] [src]

pub trait URLResponseInfoIf {
    fn is(&self, res: &PP_Resource) -> bool;
    fn property(&self, res: &PP_Resource, property: PP_URLResponseProperty) -> PP_Var;
    fn body_as_file(&self, res: &PP_Resource) -> PP_Resource;
}

Required Methods

fn is(&self, res: &PP_Resource) -> bool

fn property(&self, res: &PP_Resource, property: PP_URLResponseProperty) -> PP_Var

fn body_as_file(&self, res: &PP_Resource) -> PP_Resource

Implementors