457 B
457 B
Home > puppeteer > PredefinedNetworkConditions
PredefinedNetworkConditions type
Signature:
export declare type PredefinedNetworkConditions = {
[name: string]: NetworkConditions;
};
References: NetworkConditions