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, can_gc: CanGc) -> Vec<u8> ⓘ;
}
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, can_gc: CanGc) -> Vec<u8> ⓘ;
}