pub(crate) fn write(
    cx: JSContext,
    message: HandleValue<'_>,
    transfer: Option<CustomAutoRooterGuard<'_, Vec<*mut JSObject>>>,
) -> Fallible<StructuredSerializedData>Expand description
Writes a structured clone. Returns a DataClone error if that fails.