pub(crate) trait WritableStreamDefaultControllerMethods<D: DomTypes> {
    // Required method
    fn Error(
        &self,
        cx: SafeJSContext,
        e: HandleValue<'_>,
        _comp: InRealm<'_>,
        _can_gc: CanGc,
    );
}

Required Methods§

Source

fn Error( &self, cx: SafeJSContext, e: HandleValue<'_>, _comp: InRealm<'_>, _can_gc: CanGc, )

Implementors§