Skip to content

Commit

Permalink
Merge pull request #1200 from capricorn86/task/1199-remove-unused-bro…
Browse files Browse the repository at this point in the history
…wser-setting

#1199@patch: Removes unused browser setting.
  • Loading branch information
capricorn86 authored Jan 12, 2024
2 parents 8775bde + dc9fa39 commit 34e4ca8
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions packages/happy-dom/src/browser/types/IBrowserSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,29 +67,6 @@ export default interface IBrowserSettings {
maxTouchPoints: number;
};

/**
* Settings for the browser's cache.
*/
cache: {
/** Cache for fetch responses. */
response: {
/** Disables the cache. */
disable: boolean;

/** Total in memory cache size in bytes. */
maxMemorySize: number;

/** Max in memory cache size for a response in bytes. */
maxMemoryResponseSize: number;

/** Max disk cache size for a response in bytes. */
maxDiskResponseSize: number;

/** Disk cache path. Setting this property will enable the disk cache. */
diskPath: string;
};
};

/**
* Settings for the browser's device.
*/
Expand Down

0 comments on commit 34e4ca8

Please sign in to comment.