@dazn/kopytko-framework 2.1.3 → 2.1.4
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/package.json
CHANGED
|
@@ -148,7 +148,7 @@ function HttpRequest(options as Object, httpInterceptors = [] as Object) as Obje
|
|
|
148
148
|
|
|
149
149
|
' @returns {Boolean}
|
|
150
150
|
prototype.isCachingEnabled = function () as Boolean
|
|
151
|
-
return getProperty(m.
|
|
151
|
+
return getProperty(m._options, "enableCaching", true)
|
|
152
152
|
end function
|
|
153
153
|
|
|
154
154
|
prototype.setHeader = sub (name as String, value as Dynamic)
|