NeuraLegion/cypress-har-generator

View on GitHub
src/cdp/NetworkOptions.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface NetworkOptions {
  maxResourceBufferSize?: number;
  maxTotalBufferSize?: number;
  maxPostDataSize?: number;
}