@whatwg-node/server
Advanced tools
Comparing version 0.10.0-alpha-20250218152320-bb3f75a75f6ca8fcae41c014c88eee498bd6489c to 0.10.0-alpha-20250218194158-de7e6d1454b125b67766395ce9bc8509d8900f93
{ | ||
"name": "@whatwg-node/server", | ||
"version": "0.10.0-alpha-20250218152320-bb3f75a75f6ca8fcae41c014c88eee498bd6489c", | ||
"version": "0.10.0-alpha-20250218194158-de7e6d1454b125b67766395ce9bc8509d8900f93", | ||
"description": "Fetch API compliant HTTP Server adapter", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -47,3 +47,3 @@ import { FetchAPI, ServerAdapterRequestHandler, type ServerAdapterInitialContext } from '../types.js'; | ||
export type Tracer = { | ||
request: (payload: { | ||
request?: (payload: { | ||
request: Request; | ||
@@ -50,0 +50,0 @@ }, wrapped: () => Promise<void> | void) => Promise<void> | void; |
Sorry, the diff of this file is not supported yet
171361