Skip to content

feat(tasks): expose req and waitUntil in context #9527

feat(tasks): expose req and waitUntil in context

feat(tasks): expose req and waitUntil in context #9527

Triggered via pull request February 16, 2026 18:54
Status Failure
Total duration 4m 20s
Artifacts

ci.yml

on: pull_request
Matrix: tests-checks
Matrix: tests-rolldown
Matrix: tests-rollup
publish-pkg-pr-new
0s
publish-pkg-pr-new
publish-nitro-nightly
0s
publish-nitro-nightly
Fit to window
Zoom out
Zoom in

Annotations

7 errors
tests-checks (ubuntu-latest)
Process completed with exit code 2.
tests-checks (ubuntu-latest): src/presets/node/runtime/node-server.ts#L44
Property 'waitUntil' does not exist on type 'Server<ServerHandler>'.
tests-checks (ubuntu-latest): src/presets/node/runtime/node-middleware.ts#L19
Expected 1 arguments, but got 0.
tests-checks (ubuntu-latest): src/presets/node/runtime/node-cluster.ts#L52
Property 'waitUntil' does not exist on type 'Server<ServerHandler>'.
tests-checks (ubuntu-latest): src/presets/deno/runtime/deno-server.ts#L44
Property 'waitUntil' does not exist on type 'DenoServer'.
tests-checks (ubuntu-latest): src/presets/bun/runtime/bun.ts#L47
Property 'waitUntil' does not exist on type 'BunServer'.
tests-checks (ubuntu-latest): src/presets/_nitro/runtime/nitro-dev.ts#L45
Property 'waitUntil' does not exist on type 'Server<typeof IncomingMessage, typeof ServerResponse>'.