mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #4753 from vilmosioo/vilmosioo-fix/IHttpProviderDefaults
IHttpProviderDefaults should have a cache property
This commit is contained in:
Vendored
+1
@@ -1414,6 +1414,7 @@ declare module angular {
|
||||
* https://docs.angularjs.org/api/ng/service/$http#defaults
|
||||
*/
|
||||
interface IHttpProviderDefaults {
|
||||
cache?: boolean;
|
||||
xsrfCookieName?: string;
|
||||
xsrfHeaderName?: string;
|
||||
withCredentials?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user