@whatwg-node/server
Advanced tools
Comparing version 0.0.5 to 0.0.6
/// <reference types="node" /> | ||
/// <reference lib="webworker" /> | ||
import type { RequestListener, ServerResponse } from 'node:http'; | ||
@@ -3,0 +4,0 @@ import { NodeRequest } from './utils'; |
@@ -135,2 +135,3 @@ 'use strict'; | ||
/// <reference lib="webworker" /> | ||
function createServerAdapter({ Request: RequestCtor = fetch.Request, handleRequest, baseObject, }) { | ||
@@ -137,0 +138,0 @@ function fetchFn(...[input, init]) { |
{ | ||
"name": "@whatwg-node/server", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Fetch API compliant HTTP Server adapter", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30833
500