nice-grpc-web
Advanced tools
Comparing version 3.2.4 to 3.3.0
import { Transport } from '../Transport'; | ||
export interface FetchTransportConfig { | ||
credentials?: RequestCredentials; | ||
cache?: RequestCache; | ||
} | ||
@@ -5,0 +6,0 @@ /** |
@@ -48,3 +48,3 @@ "use strict"; | ||
signal, | ||
cache: 'no-cache', | ||
cache: config === null || config === void 0 ? void 0 : config.cache, | ||
['duplex']: 'half', | ||
@@ -51,0 +51,0 @@ credentials: config === null || config === void 0 ? void 0 : config.credentials, |
{ | ||
"name": "nice-grpc-web", | ||
"version": "3.2.4", | ||
"version": "3.3.0", | ||
"description": "A Browser gRPC library that is nice to you", | ||
@@ -86,3 +86,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "da69b2d07a8375ce3432fcd08db4162b55264a21" | ||
"gitHead": "1c72e575dbd5cf8da3e47ca39c79647e577eba78" | ||
} |
@@ -8,2 +8,3 @@ import {throwIfAborted} from 'abort-controller-x'; | ||
credentials?: RequestCredentials; | ||
cache?: RequestCache; | ||
} | ||
@@ -57,3 +58,3 @@ | ||
signal, | ||
cache: 'no-cache', | ||
cache: config?.cache, | ||
['duplex' as any]: 'half', | ||
@@ -60,0 +61,0 @@ credentials: config?.credentials, |
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
177670
3367