@fedify/h3 stores Fedify 406 responses so the H3 error handler can return them only when the app has no HTML route. A regression here would break content negotiation for shared routes.
Add a test in packages/h3/src/index.test.ts that verifies integrateFederation() stores a 406 response in event.context.__fedify_response__.
Suggested check: mise run check-each h3.
@fedify/h3 stores Fedify 406 responses so the H3 error handler can return them only when the app has no HTML route. A regression here would break content negotiation for shared routes.
Add a test in packages/h3/src/index.test.ts that verifies
integrateFederation()stores a 406 response inevent.context.__fedify_response__.Suggested check:
mise run check-each h3.