<!--- Please fill out the template to the best of your ability --> ## Expected Behavior When [the `storage` option](https://github.com/amplitude/Amplitude-JavaScript/blob/v8.21.8/src/options.js#L48) is set to `'none'`, amplitude should not set any cookies or local storage. ## Current Behavior Amplitude still sets the `amplitude_unsent_*` and `amplitude_unsent_identify_*` values. If this is expected behaviour, then it would be helpful for this to be documented on the `storage` option. ## Steps to Reproduce 1. Initialise Amplitude with the option `storage: 'none'` 2. Visit the page with Amplitude running on it 3. Check local storage 4. Find that there are local storage values set by amplitude ## Environment - JS SDK Version: 8.21.9 - Installation Method: yarn - Browser and Version: Firefox 133.0.3 (64-bit)