[Sharepoint] Methods for "disableReturnValueCache" (#38081)

* Methods for "disableReturnValueCache"

* travis bugs fixed

* trailing whitespace removed
This commit is contained in:
LeopoldLerch 2019-09-04 02:23:38 +02:00 committed by Ron Buckton
parent 047e31f65c
commit d57f1b9a13

View File

@ -19,7 +19,7 @@ declare function ExecuteOrDelayUntilScriptLoaded(func: () => void, depScriptFile
declare function ExecuteOrDelayUntilEventNotified(func: (...args: any[]) => void, eventName: string): boolean;
declare var Strings: any;
declare const enum Sods {
missing = 1,
missing = 1,
loading = 2,
pending = 3,
loaded = 4,
@ -2206,6 +2206,8 @@ declare namespace SP {
set_formDigestHandlingEnabled(value: boolean): void;
get_applicationName(): string;
set_applicationName(value: string): void;
get_disableReturnValueCache(): boolean;
set_disableReturnValueCache(value: boolean): boolean;
get_clientTag(): string;
set_clientTag(value: string): void;
get_webRequestExecutorFactory(): SP.IWebRequestExecutorFactory;