7 ms·
I love the idea of being able to autofill a form on page load using the browsers own history! Also, I'm highly impressed if indeed this is being added to chrome
by intropic 13y ago
I love the idea of being able to autofill a form on page load using the browsers own history! Also, I'm highly impressed if indeed this is being added to chrome based on something Alex asked for.
- danbeam 13y agoHey intropic, requestAutocomplete() is only invokable in response to a user action (load's not considered that), so it's more likely that this would be done when you click a "checkout" button or something like that.