Skip to content

Commit 2b3cb93

Browse files
authored
fix: auto-cleanup by bot (mdn#40761)
chore: auto-fix Markdownlint, Prettier, and front-matter issues
1 parent d586b86 commit 2b3cb93

File tree

1 file changed

+3
-3
lines changed
  • files/en-us/web/api/storage_api/storage_quotas_and_eviction_criteria

1 file changed

+3
-3
lines changed

files/en-us/web/api/storage_api/storage_quotas_and_eviction_criteria/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ Like with Firefox, because this quota is calculated based on the hard drive tota
107107

108108
#### Safari
109109

110-
Webkit imposes different quotas for _browser apps_ and for other applications which can embed web content (for example, apps that use WKWebView). A browser app is an application that can be set as the systems default browser. This includes Safari and some other WebKit-based third-party browsers.
110+
Webkit imposes different quotas for _browser apps_ and for other applications which can embed web content (for example, apps that use WKWebView). A browser app is an application that can be set as the system's default browser. This includes Safari and some other WebKit-based third-party browsers.
111111

112112
Starting with macOS 14 and iOS 17:
113113

114114
- For Webkit-based browser apps, each origin can store up to around 60% of total disk.
115-
- For other Webkit-based apps that embed web content, each origin can store up to around 15% of total disk. If the user has saved the site as a web app on the Home Screen or the Dock, it uses the same origin quota as the browser app (around 60% of disk space).
115+
- For other Webkit-based apps that embed web content, each origin can store up to around 15% of total disk. If the user has saved the site as a web app on the Home Screen or the Dock, it uses the same origin quota as the browser app (around 60% of disk space).
116116

117117
For instance, a macOS device with a 1 TiB drive will limit each origin within the Safari web browser to around 600 GiB. Origins running in another app's embedded WebView will be allotted a lesser limit of around 150 GiB.
118118

@@ -127,7 +127,7 @@ More information on WebKit's storage policies can be found on the [WebKit blog](
127127
In earlier versions of Safari, an origin is given an initial 1 GiB quota. Once the origin reaches this limit, Safari asks the user for permission to let the origin store more data. This happens whether the origin stores data in best-effort mode or persistent mode.
128128

129129
> [!NOTE]
130-
> On iOS/iPadOS, third-party browsers have historically had to use WebKit, so these WebKit quotas apply to them as well as Safari. In the EU (iOS 17.4+), Apple permits alternative browser engines; in such cases, those browsers own engine policies apply instead of WebKits.
130+
> On iOS/iPadOS, third-party browsers have historically had to use WebKit, so these WebKit quotas apply to them as well as Safari. In the EU (iOS 17.4+), Apple permits alternative browser engines; in such cases, those browsers' own engine policies apply instead of WebKit's.
131131
>
132132
> On macOS, non-WebKit browsers (e.g., Chromium/Firefox) use their own storage policies.
133133
>

0 commit comments

Comments
 (0)