pub(crate) trait BodyMixin {
// Required methods
fn is_body_used(&self) -> bool;
fn is_unusable(&self) -> bool;
fn body(&self) -> Option<DomRoot<ReadableStream>>;
fn get_mime_type(&self, can_gc: CanGc) -> Vec<u8> ⓘ;
}
pub(crate) trait BodyMixin {
// Required methods
fn is_body_used(&self) -> bool;
fn is_unusable(&self) -> bool;
fn body(&self) -> Option<DomRoot<ReadableStream>>;
fn get_mime_type(&self, can_gc: CanGc) -> Vec<u8> ⓘ;
}