undici-types
Advanced tools
Comparing version 6.11.1 to 6.12.0
@@ -228,3 +228,3 @@ import { URL } from 'url' | ||
/** Invoked when statusCode and headers have been received. May be invoked multiple times due to 1xx informational headers. */ | ||
onHeaders?(statusCode: number, headers: Buffer[] | string[] | null, resume: () => void, statusText: string): boolean; | ||
onHeaders?(statusCode: number, headers: Buffer[], resume: () => void, statusText: string): boolean; | ||
/** Invoked when response payload data is received. */ | ||
@@ -231,0 +231,0 @@ onData?(chunk: Buffer): boolean; |
@@ -166,3 +166,3 @@ // based on https://github.com/Ethan-Arrowood/undici-fetch/blob/249269714db874351589d2d364a0645d5160ae71/index.d.ts (MIT license) | ||
readonly redirect: RequestRedirect | ||
readonly referrerPolicy: string | ||
readonly referrerPolicy: ReferrerPolicy | ||
readonly url: string | ||
@@ -169,0 +169,0 @@ |
{ | ||
"name": "undici-types", | ||
"version": "6.11.1", | ||
"version": "6.12.0", | ||
"description": "A stand-alone types package for Undici", | ||
@@ -5,0 +5,0 @@ "homepage": "https://undici.nodejs.org", |
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
82708