pub unsafe fn Wrap<D: DomTypes>(
cx: JSContext,
scope: &D::GlobalScope,
given_proto: Option<HandleObject<'_>>,
object: Box<D::ByteTeeUnderlyingSource>,
_can_gc: CanGc,
) -> DomRoot<D::ByteTeeUnderlyingSource>pub unsafe fn Wrap<D: DomTypes>(
cx: JSContext,
scope: &D::GlobalScope,
given_proto: Option<HandleObject<'_>>,
object: Box<D::ByteTeeUnderlyingSource>,
_can_gc: CanGc,
) -> DomRoot<D::ByteTeeUnderlyingSource>