pub fn serialized_value_to_quickjs<'js>(
ctx: &Ctx<'js>,
value: &SerializedValue,
) -> Result<Value<'js>>Expand description
Convert a ferridriver::protocol::SerializedValue into a native
QuickJS JS value — Date / RegExp / BigInt / URL / Error /
typed arrays / NaN / ±Infinity / undefined / -0 all round-trip
as their native JS form. Mirrors Playwright’s parseSerializedValue
at /tmp/playwright/packages/playwright-core/src/protocol/serializers.ts:19.