lighthouse
Version:
Automated auditing, performance metrics, and best practices for the web.
13 lines • 618 B
TypeScript
export { NetworkRecordsComputed as NetworkRecords };
declare const NetworkRecordsComputed: typeof NetworkRecords & {
request: (dependencies: LH.DevtoolsLog, context: LH.Artifacts.ComputedContext) => Promise<import("../lib/network-request.js").NetworkRequest[]>;
};
declare class NetworkRecords {
/**
* @param {LH.DevtoolsLog} devtoolsLog
* @return {Promise<Array<LH.Artifacts.NetworkRequest>>} networkRecords
*/
static compute_(devtoolsLog: LH.DevtoolsLog): Promise<Array<LH.Artifacts.NetworkRequest>>;
}
import * as LH from '../../types/lh.js';
//# sourceMappingURL=network-records.d.ts.map