UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

13 lines 563 B
import { IFPSDigestValues } from "../../../../../banner/features/FPSDOM/IFPSDigestValues"; /** * If you need to use digestValues, such as in SE or certain calls, * It's best to call this during the onInit because you have the context. * * Then later on, you can pass in null for the context because the digestValue will already be updated * * @param classContext * @param absoluteUrl * @returns */ export declare function setMultiFPSFormDigests(urls: string[]): Promise<IFPSDigestValues>; //# sourceMappingURL=setMultiFPSFormDigests.d.ts.map