Skip to content

Commit

Permalink
chore: remove experimental comment for event.waitUntil (#2908)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Nov 28, 2024
1 parent 11d569e commit 575144f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/h3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ declare module "h3" {
fetch: H3EventFetch;
/** @experimental Calls fetch with same context and request headers */
$fetch: H3Event$Fetch;
/** @experimental See https://github.com/nitrojs/nitro/issues/1420 */
waitUntil: (promise: Promise<unknown>) => void;
/** @experimental */
captureError: CaptureError;
Expand Down

0 comments on commit 575144f

Please sign in to comment.