Trait WritableStreamDefaultControllerMethods

Source
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, ); }

Required Methods§

Source

fn Signal(&self) -> Root<Dom<<D as DomTypes>::AbortSignal>>

Source

fn Error( &self, cx: JSContext, e: Handle<'_, Value>, _comp: InRealm<'_>, _can_gc: CanGc, )

Implementors§