Trait script::body::BodyMixin

source ·
pub trait BodyMixin {
    // Required methods
    fn is_disturbed(&self) -> bool;
    fn body(&self) -> Option<Root<Dom<ReadableStream>>>;
    fn is_locked(&self) -> bool;
    fn get_mime_type(&self) -> Vec<u8> ;
}
Expand description

Required Methods§

Implementors§