pub(crate) trait WritableStreamDefaultControllerMethods<D>where
D: DomTypes,{
// Required methods
fn Signal(&self) -> Root<Dom<<D as DomTypes>::AbortSignal>>;
fn Error(
&self,
cx: JSContext,
e: Handle<'_, Value>,
_comp: InRealm<'_>,
_can_gc: CanGc,
);
}