I am a web developer and even I have no clue what this actually means
@hailey i think it’s like . allow storage but More storage like 1 grillion storage instead of a few storage

@hailey see https://developer.mozilla.org/en-US/docs/Web/API/StorageManager/persist

it seems to increase quotas and give more assurance that the data will actually stay, otherwise the browser may just randomly decide to nuke the stuff if it feels that’s appropriate

StorageManager: persist() method - Web APIs | MDN

The persist() method of the StorageManager interface requests permission to use persistent storage, and returns a Promise that resolves to true if permission is granted and bucket mode is persistent, and false otherwise. The browser may or may not honor the request, depending on browser-specific rules. (For more details, see the guide to Storage quotas and eviction criteria.)

MDN Web Docs