pub(crate) fn read(
    global: &GlobalScope,
    data: StructuredSerializedData,
    rval: MutableHandleValue<'_>,
    _can_gc: CanGc,
) -> Fallible<Vec<DomRoot<MessagePort>>>Expand description
Read structured serialized data, possibly containing transferred objects. Returns a vec of rooted transfer-received ports, or an error.