I'm currently working on a web application that relies heavily on AJAX to submit form data. However, I've encountered an issue where I want the browser to cache the user's input for auto-completion in future form fillings. While I know I could potentially use localstorage to achieve this, I'm curious if there's a way to leverage the browser's native form data caching instead. Any suggestions or ideas on how I can make this happen?