cotomy 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/browser/cotomy.js
CHANGED
|
@@ -2615,7 +2615,7 @@ class CotomyApi {
|
|
|
2615
2615
|
return this._options.mode || 'cors';
|
|
2616
2616
|
}
|
|
2617
2617
|
get keepalive() {
|
|
2618
|
-
return this._options.keepalive
|
|
2618
|
+
return this._options.keepalive ?? true;
|
|
2619
2619
|
}
|
|
2620
2620
|
get integrity() {
|
|
2621
2621
|
return this._options.integrity || '';
|