serwist
Version:
A Swiss Army knife for service workers.
11 lines • 435 B
TypeScript
/**
* Given two responses, compares several header values to see if they are
* the same or not.
*
* @param firstResponse The first response.
* @param secondResponse The second response.
* @param headersToCheck A list of headers to check.
* @returns
*/
export declare const responsesAreSame: (firstResponse: Response, secondResponse: Response, headersToCheck: string[]) => boolean;
//# sourceMappingURL=responsesAreSame.d.ts.map