@whatwg-node/node-fetch
Advanced tools
Comparing version 0.0.1-alpha-20221230075257-cc3a93b to 0.0.1-alpha-20221230080146-72104f6
@@ -36,3 +36,5 @@ 'use strict'; | ||
throwIfAborted() { | ||
throw new PonyfillAbortError(); | ||
if (this.aborted) { | ||
throw new PonyfillAbortError(); | ||
} | ||
} | ||
@@ -39,0 +41,0 @@ get onabort() { |
{ | ||
"name": "@whatwg-node/node-fetch", | ||
"version": "0.0.1-alpha-20221230075257-cc3a93b", | ||
"version": "0.0.1-alpha-20221230080146-72104f6", | ||
"description": "Fetch API implementation for Node", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -1,2 +0,1 @@ | ||
export declare function headersToJSON(headers: Headers): Record<string, string>; | ||
export declare function getHeadersObj(headers: Headers): Record<string, string>; |
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
70847
1909