mirror of
https://github.com/lexmount/moli.git
synced 2026-09-25 00:01:28 +00:00
Complete the rebase adaptation to byte-preserving response headers across XHR decoding, module loading, CORS, opaque bodies, cache responses and their fixtures. Convert native headers to WebIDL ByteStrings at JS boundaries. Align navigation settlement with the current optional resolvers and remove duplicate reflection helpers, declarations and tests introduced by replaying overlapping changes from main. Preserve both main and branch regressions. Validation: cargo fmt --all; full workspace/all-targets/all-features clippy with warnings denied; cargo nextest run --no-fail-fast (19,850 passed, 13 skipped). Build and test parallelism: 32.